From: Dr. Stephen Henson Date: Wed, 11 Nov 2009 19:05:20 +0000 (+0000) Subject: PR: 2098 X-Git-Tag: OpenSSL-fips-2_0-rc1~1447 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ff094bc2d11d8c5796cf99bd389b51f37d6cead3;p=oweals%2Fopenssl.git PR: 2098 Submitted by: Corinna Vinschen Approved by: steve@openssl.org For Cygwin enable zlib and mdc2 by default. --- 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 }