aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.org
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-11-28 20:09:58 +0000
committerAndy Polyakov <appro@openssl.org>2005-11-28 20:09:58 +0000
commitd1593e6b15a6cb39a306b41669cda170c1d0da99 (patch)
tree9f2028e4c86be081a28a3915ac99c454b4755fc2 /Makefile.org
parenta53cb070e34d645ccc1b63c6c2e82658ca7cda37 (diff)
downloadopenssl-d1593e6b15a6cb39a306b41669cda170c1d0da99.tar.gz
Whirlpool hash implementation. The fact that subdirectory and .h file are
called whrlpool is not a typo, but a way to keep the names shorter than 8 characters. Remaining TODO list comprises adding OID, EVP, corresponding flag to apps/openssl dgst, benchmark, engage assembler...
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index a28b469eaa..a1f6ce2195 100644
--- a/Makefile.org
+++ b/Makefile.org
@@ -106,7 +106,7 @@ SHLIBDIRS= crypto ssl
# dirs in crypto to build
SDIRS= \
objects \
- md2 md4 md5 sha mdc2 hmac ripemd \
+ md2 md4 md5 sha mdc2 hmac ripemd whrlpool \
des aes rc2 rc4 rc5 idea bf cast \
bn ec rsa dsa ecdsa dh ecdh dso engine \
buffer bio stack lhash rand err \