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:
Dave Watson
2018-03-22 10:10:26 -07:00
committed by David S. Miller
parent f4a8e43f1f
commit 583715853a
2 changed files with 14 additions and 14 deletions

View File

@@ -99,7 +99,7 @@ struct tls_context {
void *priv_ctx;
u8 tx_conf:2;
u8 conf:2;
struct cipher_context tx;