diff options
Diffstat (limited to 'src/lib/libcrypto/util/cygwin.sh')
| -rw-r--r-- | src/lib/libcrypto/util/cygwin.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/util/cygwin.sh b/src/lib/libcrypto/util/cygwin.sh index a4f2e740b4..89d1dda95b 100644 --- a/src/lib/libcrypto/util/cygwin.sh +++ b/src/lib/libcrypto/util/cygwin.sh | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | # Uncomment when debugging | 7 | # Uncomment when debugging |
| 8 | #set -x | 8 | #set -x |
| 9 | 9 | ||
| 10 | CONFIG_OPTIONS="--prefix=/usr shared zlib no-idea no-rc5" | 10 | CONFIG_OPTIONS="--prefix=/usr shared no-idea no-rc5 no-mdc2" |
| 11 | INSTALL_PREFIX=/tmp/install | 11 | INSTALL_PREFIX=/tmp/install |
| 12 | 12 | ||
| 13 | VERSION= | 13 | VERSION= |
| @@ -66,7 +66,7 @@ function create_cygwin_readme() | |||
| 66 | 66 | ||
| 67 | ./config ${CONFIG_OPTIONS} | 67 | ./config ${CONFIG_OPTIONS} |
| 68 | 68 | ||
| 69 | The IDEA and RC5 algorithms are disabled due to patent and/or | 69 | The IDEA, RC5 and MDC2 algorithms are disabled due to patent and/or |
| 70 | licensing issues. | 70 | licensing issues. |
| 71 | EOF | 71 | EOF |
| 72 | } | 72 | } |
