projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7096217
)
Include EVP_whirlpool() prototype in evp.h
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 2 Dec 2005 13:25:52 +0000
(13:25 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 2 Dec 2005 13:25:52 +0000
(13:25 +0000)
crypto/evp/evp.h
patch
|
blob
|
history
diff --git
a/crypto/evp/evp.h
b/crypto/evp/evp.h
index e35d472c70cec9ea31fbc65b7e1620daa0fdbbf4..0f5c9feeb4c563f4d8f335f7928af41dab615a25 100644
(file)
--- 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);