summaryrefslogtreecommitdiffstats
path: root/ssl/record/methods/ktls_meth.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-06-24 16:45:14 +0100
committerMatt Caswell <matt@openssl.org>2022-08-18 16:38:13 +0100
commitbfc0f10d0640fddbe63c0828389247691ab617f0 (patch)
treeba486a741ac5825b1ad00678cc25c8e9f937712d /ssl/record/methods/ktls_meth.c
parent7a15ed64fa5387dfbf1db391b84ddc7b1bf25571 (diff)
Remove some remaining SSL object references from DTLS record layer
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18132)
Diffstat (limited to 'ssl/record/methods/ktls_meth.c')
-rw-r--r--ssl/record/methods/ktls_meth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/record/methods/ktls_meth.c b/ssl/record/methods/ktls_meth.c
index 3a99e2d9eb..f5911cc7d5 100644
--- a/ssl/record/methods/ktls_meth.c
+++ b/ssl/record/methods/ktls_meth.c
@@ -545,6 +545,7 @@ const OSSL_RECORD_METHOD ossl_ktls_record_method = {
tls_set_plain_alerts,
tls_set_first_handshake,
tls_set_max_pipelines,
+ NULL,
/*
* TODO(RECLAYER): Remove these. These function pointers are temporary hacks