summaryrefslogtreecommitdiffstats
path: root/crypto/evp/c_alld.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-11-30 20:57:23 +0000
committerAndy Polyakov <appro@openssl.org>2005-11-30 20:57:23 +0000
commit8b9afce53a27e435288867d67bf53f0ec51b49bf (patch)
tree41003193aa02464dacf8136aa1d76808bdf5b53d /crypto/evp/c_alld.c
parent137db78b46347614d7c5d6f2ff8a092faf70ac70 (diff)
Add Whirlpool to EVP.
Diffstat (limited to 'crypto/evp/c_alld.c')
-rw-r--r--crypto/evp/c_alld.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/evp/c_alld.c b/crypto/evp/c_alld.c
index d270b0ee03..5032e7c2f0 100644
--- a/crypto/evp/c_alld.c
+++ b/crypto/evp/c_alld.c
@@ -111,4 +111,7 @@ void OpenSSL_add_all_digests(void)
EVP_add_digest(EVP_sha384());
EVP_add_digest(EVP_sha512());
#endif
+#ifndef OPENSSL_NO_WHIRLPOOL
+ EVP_add_digest(EVP_whirlpool());
+#endif
}