summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-12-02 13:25:52 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-12-02 13:25:52 +0000
commit200fc028482d1f2b61f279a84a34001b3e1edd62 (patch)
tree159afa5bbd20791ac9dba874b81c9b86e5349463 /crypto
parent7096217d39bcbd5d0b94d0bc4f52502c9550af88 (diff)
Include EVP_whirlpool() prototype in evp.h
Diffstat (limited to 'crypto')
-rw-r--r--crypto/evp/evp.h3
1 files changed, 3 insertions, 0 deletions
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);