typo
authorBodo Möller <bodo@openssl.org>
Mon, 10 Sep 2001 16:57:06 +0000 (16:57 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 10 Sep 2001 16:57:06 +0000 (16:57 +0000)
crypto/evp/digest.c

index 13ffbb7209441f6a2474909988742a74ef3ba35f..0143ab6f94da3474c9cec0cb9e3c3f7bc93b8e28 100644 (file)
@@ -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);
                ctx->digest=type;
                if (type->ctx_size)
                        ctx->md_data=OPENSSL_malloc(type->ctx_size);
+               }
        return type->init(ctx);
        }
 
        return type->init(ctx);
        }