diff options
Diffstat (limited to 'include/net/tls.h')
| -rw-r--r-- | include/net/tls.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/tls.h b/include/net/tls.h index 5e71dd3df8ca..06fca9160346 100644 --- a/include/net/tls.h +++ b/include/net/tls.h @@ -69,10 +69,6 @@ extern const struct tls_cipher_size_desc tls_cipher_size_desc[];  #define TLS_CRYPTO_INFO_READY(info)	((info)->cipher_type) -#define TLS_RECORD_TYPE_ALERT		0x15 -#define TLS_RECORD_TYPE_HANDSHAKE	0x16 -#define TLS_RECORD_TYPE_DATA		0x17 -  #define TLS_AAD_SPACE_SIZE		13  #define MAX_IV_SIZE			16  | 
