Loading ssl/t1_enc.c +2 −1 Original line number Diff line number Diff line Loading @@ -887,7 +887,8 @@ int tls1_mac(SSL *ssl, unsigned char *md, int send) } else { EVP_MD_CTX_copy(&hmac,hash); if (!EVP_MD_CTX_copy(&hmac,hash)) return -1; mac_ctx = &hmac; } Loading Loading
ssl/t1_enc.c +2 −1 Original line number Diff line number Diff line Loading @@ -887,7 +887,8 @@ int tls1_mac(SSL *ssl, unsigned char *md, int send) } else { EVP_MD_CTX_copy(&hmac,hash); if (!EVP_MD_CTX_copy(&hmac,hash)) return -1; mac_ctx = &hmac; } Loading