summaryrefslogtreecommitdiff
path: root/include/net/handshake.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/handshake.h')
-rw-r--r--include/net/handshake.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/handshake.h b/include/net/handshake.h
index 2e26e436e85f..bb88dfa6e3c9 100644
--- a/include/net/handshake.h
+++ b/include/net/handshake.h
@@ -40,5 +40,6 @@ int tls_server_hello_x509(const struct tls_handshake_args *args, gfp_t flags);
int tls_server_hello_psk(const struct tls_handshake_args *args, gfp_t flags);
bool tls_handshake_cancel(struct sock *sk);
+void tls_handshake_close(struct socket *sock);
#endif /* _NET_HANDSHAKE_H */