From a8572674f12ceb39f7e66ccbaa8918b922c76739 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 15 Sep 2022 17:36:52 +0100 Subject: Move the SSLv3 crypto code into the new record layer Reviewed-by: Tomas Mraz Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/19217) --- ssl/s3_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ssl/s3_lib.c') diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c index 190f42cd0e..0896be0232 100644 --- a/ssl/s3_lib.c +++ b/ssl/s3_lib.c @@ -3270,8 +3270,8 @@ static int sslcon_undefined_function_1(SSL_CONNECTION *sc, unsigned char *r, } const SSL3_ENC_METHOD SSLv3_enc_data = { - ssl3_enc, - n_ssl3_mac, + NULL, + NULL, ssl3_setup_key_block, ssl3_generate_master_secret, ssl3_change_cipher_state, -- cgit v1.2.3