diff options
Diffstat (limited to 'crypto/evp/c_alld.c')
-rw-r--r-- | crypto/evp/c_alld.c | 3 |
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 } |