X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=util%2Fcygwin.sh;h=a4f2e740b42cae3c3599df25a7d0394f107cdd13;hp=89d1dda95b5ae54b40c40fa5308f01677dd4f0a3;hb=c0ed5cd47bebc489053e1121f0b58320704db452;hpb=d996a9af2b7455fd1684fc5d15fd2979d7668823 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 }