Move the SSLv3 crypto code into the new record layer
[openssl.git] / ssl / s3_lib.c
index 190f42cd0e01b2e850799991e5becadb28ebb53a..0896be023295f050ba08ccb23fa577ee695f945d 100644 (file)
@@ -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,