]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - include/net/tls.h
net/tls: make sure offload also gets the keys wiped
[thirdparty/kernel/stable.git] / include / net / tls.h
index a67ad7d56ff2d85cf5cfba3506007e40016bc9a2..22de0f06d455a5ae6c386f77ad42835495d88b67 100644 (file)
@@ -285,6 +285,7 @@ struct tls_offload_context_rx {
        (ALIGN(sizeof(struct tls_offload_context_rx), sizeof(void *)) + \
         TLS_DRIVER_STATE_SIZE)
 
+void tls_ctx_free(struct tls_context *ctx);
 int wait_on_pending_writer(struct sock *sk, long *timeo);
 int tls_sk_query(struct sock *sk, int optname, char __user *optval,
                int __user *optlen);