tls: Refactor variable names
Several config variables are prefixed with tx, drop the prefix since these will be used for both tx and rx. Signed-off-by: Dave Watson <davejwatson@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
f4a8e43f1f
commit
583715853a
@@ -99,7 +99,7 @@ struct tls_context {
|
||||
|
||||
void *priv_ctx;
|
||||
|
||||
u8 tx_conf:2;
|
||||
u8 conf:2;
|
||||
|
||||
struct cipher_context tx;
|
||||
|
||||
|
Reference in New Issue
Block a user