Loading crypto/kdf/tls1_prf.c +2 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,8 @@ static int tls1_prf_P_hash(const EVP_MD *md, int ret = 0; chunk = EVP_MD_size(md); OPENSSL_assert(chunk >= 0); if (!ossl_assert(chunk >= 0)) goto err; ctx = EVP_MD_CTX_new(); ctx_tmp = EVP_MD_CTX_new(); Loading Loading
crypto/kdf/tls1_prf.c +2 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,8 @@ static int tls1_prf_P_hash(const EVP_MD *md, int ret = 0; chunk = EVP_MD_size(md); OPENSSL_assert(chunk >= 0); if (!ossl_assert(chunk >= 0)) goto err; ctx = EVP_MD_CTX_new(); ctx_tmp = EVP_MD_CTX_new(); Loading