Loading crypto/evp/digest.c +5 −2 Original line number Diff line number Diff line Loading @@ -343,10 +343,13 @@ int EVP_Digest(const void *data, size_t count, } void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx) { if (ctx) { EVP_MD_CTX_cleanup(ctx); OPENSSL_free(ctx); } } /* This call frees resources associated with the context */ int EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx) Loading Loading
crypto/evp/digest.c +5 −2 Original line number Diff line number Diff line Loading @@ -343,10 +343,13 @@ int EVP_Digest(const void *data, size_t count, } void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx) { if (ctx) { EVP_MD_CTX_cleanup(ctx); OPENSSL_free(ctx); } } /* This call frees resources associated with the context */ int EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx) Loading