aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tls.h')
-rw-r--r--include/net/tls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/tls.h b/include/net/tls.h
index 9185e53a743c..4913430ab807 100644
--- a/include/net/tls.h
+++ b/include/net/tls.h
@@ -36,6 +36,7 @@
36 36
37#include <linux/types.h> 37#include <linux/types.h>
38#include <asm/byteorder.h> 38#include <asm/byteorder.h>
39#include <linux/crypto.h>
39#include <linux/socket.h> 40#include <linux/socket.h>
40#include <linux/tcp.h> 41#include <linux/tcp.h>
41#include <net/tcp.h> 42#include <net/tcp.h>
@@ -57,6 +58,7 @@
57 58
58struct tls_sw_context { 59struct tls_sw_context {
59 struct crypto_aead *aead_send; 60 struct crypto_aead *aead_send;
61 struct crypto_wait async_wait;
60 62
61 /* Sending context */ 63 /* Sending context */
62 char aad_space[TLS_AAD_SPACE_SIZE]; 64 char aad_space[TLS_AAD_SPACE_SIZE];