From: Bodo Möller Date: Mon, 10 Sep 2001 16:57:06 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_0_9_6c~113^2~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5a8538538749443fc0a0d5aee03ceff355ccd8a6;p=oweals%2Fopenssl.git typo --- 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); }