diff options
author | Richard Levitte <levitte@openssl.org> | 2000-08-14 16:05:53 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-08-14 16:05:53 +0200 |
commit | 3009458e2f63b84e9631dfbf8b5c7cb38b2b283c (patch) | |
tree | b115b61e15485ab1dc8f250e8a996cb52117c788 /Makefile.org | |
parent | Memory leaks fix. It now looks like all memory leaks, at least around (diff) | |
download | openssl-3009458e2f63b84e9631dfbf8b5c7cb38b2b283c.tar.xz openssl-3009458e2f63b84e9631dfbf8b5c7cb38b2b283c.zip |
MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test
Diffstat (limited to 'Makefile.org')
-rw-r--r-- | Makefile.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org index b938ac4fe6..f85f478b81 100644 --- a/Makefile.org +++ b/Makefile.org @@ -160,7 +160,7 @@ SHLIBDIRS= crypto ssl # dirs in crypto to build SDIRS= \ - md2 md5 sha mdc2 hmac ripemd \ + md2 md4 md5 sha mdc2 hmac ripemd \ des rc2 rc4 rc5 idea bf cast \ bn rsa dsa dh dso \ buffer bio stack lhash rand err objects \ |