Add SEED encryption algorithm.
[openssl.git] / config
diff --git a/config b/config
index 81b5d260ab9e8e11e9e5997dd884d496370c728a..e4644fda3c3017f0955c7abb8bc47727aa745d44 100755 (executable)
--- a/config
+++ b/config
@@ -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