Move the TLS1.0/1.1/1.2 record crypto code into the new record layer
[openssl.git] / ssl / record / ssl3_record.c
index b7ec2144eb5a07f70d32532360da42b24cf20609..fa9ef0e2c0558d5c359cdcab700fb31d9eff6d92 100644 (file)
@@ -723,8 +723,8 @@ int n_ssl3_mac(SSL_CONNECTION *sc, SSL3_RECORD *rec, unsigned char *md,
     return 1;
 }
 
-int tls1_mac(SSL_CONNECTION *sc, SSL3_RECORD *rec, unsigned char *md,
-             int sending)
+int tls1_mac_old(SSL_CONNECTION *sc, SSL3_RECORD *rec, unsigned char *md,
+                 int sending)
 {
     unsigned char *seq;
     EVP_MD_CTX *hash;