summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-11-11 19:04:56 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-11-11 19:04:56 +0000
commit531c81ece8b46da9b6525cbd278525cc45c1fd64 (patch)
tree635e78c9ffbb42c3917cdaa41f80320da3427de7 /util
parent73582b811730cc6417e43c8b03084fbd3780bdf2 (diff)
PR: 2098
Submitted by: Corinna Vinschen <vinschen@redhat.com> Approved by: steve@openssl.org For Cygwin enable zlib and mdc2 by default.
Diffstat (limited to 'util')
-rwxr-xr-xutil/cygwin.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/cygwin.sh b/util/cygwin.sh
index 89d1dda95b..a4f2e740b4 100755
--- a/util/cygwin.sh
+++ b/util/cygwin.sh
@@ -7,7 +7,7 @@
# Uncomment when debugging
#set -x
-CONFIG_OPTIONS="--prefix=/usr shared no-idea no-rc5 no-mdc2"
+CONFIG_OPTIONS="--prefix=/usr shared zlib no-idea no-rc5"
INSTALL_PREFIX=/tmp/install
VERSION=
@@ -66,7 +66,7 @@ function create_cygwin_readme()
./config ${CONFIG_OPTIONS}
- The IDEA, RC5 and MDC2 algorithms are disabled due to patent and/or
+ The IDEA and RC5 algorithms are disabled due to patent and/or
licensing issues.
EOF
}