Include EVP_whirlpool() prototype in evp.h

This commit is contained in:
Dr. Stephen Henson 2005-12-02 13:25:52 +00:00
parent 7096217d39
commit 200fc02848

View File

@ -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);