diff options
author | Richard Levitte <levitte@openssl.org> | 2000-10-14 22:09:54 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-10-14 22:09:54 +0200 |
commit | 3ab56511120b7a67ed4e4dbac9d60e5d1520a453 (patch) | |
tree | 399ad045f57838ba50a40a57f9834d7a98f6af4a /Makefile.org | |
parent | Even when you don't want to create shared libraries, it's a good idea (diff) | |
download | openssl-3ab56511120b7a67ed4e4dbac9d60e5d1520a453.tar.xz openssl-3ab56511120b7a67ed4e4dbac9d60e5d1520a453.zip |
The experimental Rijndael code moved to the main trunk.
make update done.
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 d0b016d021..557cc43043 100644 --- a/Makefile.org +++ b/Makefile.org @@ -161,7 +161,7 @@ SHLIBDIRS= crypto ssl SDIRS= \ md2 md4 md5 sha mdc2 hmac ripemd \ des rc2 rc4 rc5 idea bf cast \ - bn rsa dsa dh dso \ + bn rsa dsa dh dso rijndael \ buffer bio stack lhash rand err objects \ evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp |