]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/record/methods/ktls_meth.c
Remove some unnecessary function pointers from OSSL_RECORD_METHOD
[thirdparty/openssl.git] / ssl / record / methods / ktls_meth.c
index f5911cc7d54aaea89a8bfc2bb10461f351028f1b..983fe4a913920d0f6f5948749cc7b77aad94c579 100644 (file)
@@ -545,17 +545,5 @@ 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
-     * during the record layer refactoring. They need to be removed before the
-     * refactor is complete.
-     */
-    tls_default_read_n,
-    tls_get0_rbuf,
-    tls_get0_packet,
-    tls_set0_packet,
-    tls_get_packet_length,
-    tls_reset_packet_length
+    NULL
 };