diff options
author | Bodo Möller <bodo@openssl.org> | 2007-04-24 01:48:59 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2007-04-24 01:48:59 +0200 |
commit | 96afc1cfd53a0ffcca8544fa751eb9bf17749133 (patch) | |
tree | a21b008f179047a3a4c244c379ec33599bfd77e9 /config | |
parent | fix error codes (diff) | |
download | openssl-96afc1cfd53a0ffcca8544fa751eb9bf17749133.tar.xz openssl-96afc1cfd53a0ffcca8544fa751eb9bf17749133.zip |
Add SEED encryption algorithm.
PR: 1503
Submitted by: KISA
Reviewed by: Bodo Moeller
Diffstat (limited to 'config')
-rwxr-xr-x | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -806,7 +806,7 @@ case "$GUESSOS" in i386-*) options="$options 386" ;; esac -for i in aes bf camellia cast des dh dsa ec hmac idea md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa sha +for i in aes bf camellia cast des dh dsa ec hmac idea md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa seed sha do if [ ! -d crypto/$i ] then |