summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-08 19:14:52 +0000
committerBodo Möller <bodo@openssl.org>2001-03-08 19:14:52 +0000
commitbb62a8b0c57c88ec189389f07250dee9c87d0681 (patch)
tree55b32ba2164438036f69e023274d2becfb0da32a /config
parenta75d8bebd24f1a0f5560131a2c9c49b65a8a4e94 (diff)
More method functions for elliptic curves,
and an ectest.c that actually tests something.
Diffstat (limited to 'config')
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index a6411528af..2d363d80ef 100755
--- a/config
+++ b/config
@@ -557,7 +557,7 @@ case "$GUESSOS" in
i386-*) options="$options 386" ;;
esac
-for i in bf cast des dh dsa hmac md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa sha
+for i in bf cast des dh dsa ec hmac md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa sha
do
if [ ! -d crypto/$i ]
then