]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove an unneeded OSSL_RECORD_METHOD function
authorMatt Caswell <matt@openssl.org>
Thu, 10 Nov 2022 15:45:46 +0000 (15:45 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 24 Jan 2023 17:16:29 +0000 (17:16 +0000)
commite5103dfc1200c2f4a450f8b4ff234ad84342d4b6
tree6c5108b6a4216767213cb3db78f2df6c78a5750a
parentca20f61fd7cc424f1fd52d6471cf8d801229acf2
Remove an unneeded OSSL_RECORD_METHOD function

The reset() function was never called so it can be removed.

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19748)
include/internal/recordmethod.h
ssl/record/methods/dtls_meth.c
ssl/record/methods/ktls_meth.c
ssl/record/methods/recmethod_local.h
ssl/record/methods/tls_common.c