projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e54b4f
)
typo
author
Bodo Möller
<bodo@openssl.org>
Mon, 10 Sep 2001 16:57:06 +0000
(16:57 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Mon, 10 Sep 2001 16:57:06 +0000
(16:57 +0000)
crypto/evp/digest.c
patch
|
blob
|
history
diff --git
a/crypto/evp/digest.c
b/crypto/evp/digest.c
index 13ffbb7209441f6a2474909988742a74ef3ba35f..0143ab6f94da3474c9cec0cb9e3c3f7bc93b8e28 100644
(file)
--- 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);
}