From 5a8538538749443fc0a0d5aee03ceff355ccd8a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Mon, 10 Sep 2001 16:57:06 +0000 Subject: [PATCH] typo --- crypto/evp/digest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/evp/digest.c b/crypto/evp/digest.c index 13ffbb7209..0143ab6f94 100644 --- a/crypto/evp/digest.c +++ b/crypto/evp/digest.c @@ -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); } -- GitLab