Loading crypto/evp/digest.c +1 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,7 @@ int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) ctx->digest=type; if (type->ctx_size) ctx->md_data=OPENSSL_malloc(type->ctx_size); } return type->init(ctx); } Loading Loading
crypto/evp/digest.c +1 −0 Original line number Diff line number Diff line Loading @@ -137,6 +137,7 @@ int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) ctx->digest=type; if (type->ctx_size) ctx->md_data=OPENSSL_malloc(type->ctx_size); } return type->init(ctx); } Loading