From: Dr. Stephen Henson Date: Fri, 2 Dec 2005 13:25:52 +0000 (+0000) Subject: Include EVP_whirlpool() prototype in evp.h X-Git-Tag: OpenSSL_0_9_8k^2~1675 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=200fc028482d1f2b61f279a84a34001b3e1edd62;p=oweals%2Fopenssl.git Include EVP_whirlpool() prototype in evp.h --- diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h index e35d472c70..0f5c9feeb4 100644 --- a/crypto/evp/evp.h +++ b/crypto/evp/evp.h @@ -625,6 +625,9 @@ const EVP_MD *EVP_mdc2(void); #ifndef OPENSSL_NO_RIPEMD const EVP_MD *EVP_ripemd160(void); #endif +#ifndef OPENSSL_NO_WHIRLPOOL +const EVP_MD *EVP_whirlpool(void); +#endif const EVP_CIPHER *EVP_enc_null(void); /* does nothing :-) */ #ifndef OPENSSL_NO_DES const EVP_CIPHER *EVP_des_ecb(void);