diff options
| author | djm <> | 2010-10-01 22:54:18 +0000 |
|---|---|---|
| committer | djm <> | 2010-10-01 22:54:18 +0000 |
| commit | 75291ae343a87368ad49c13ac02f85a88159417f (patch) | |
| tree | a55c90bd6ea9329d2afb5540220340cadd107178 /src/lib/libcrypto/util/cygwin.sh | |
| parent | 40d5d67842948fbf904eb73da8f09a2ebcd2e243 (diff) | |
| download | openbsd-75291ae343a87368ad49c13ac02f85a88159417f.tar.gz openbsd-75291ae343a87368ad49c13ac02f85a88159417f.tar.bz2 openbsd-75291ae343a87368ad49c13ac02f85a88159417f.zip | |
import OpenSSL-1.0.0a
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 89d1dda95b..a4f2e740b4 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 no-idea no-rc5 no-mdc2" | 10 | CONFIG_OPTIONS="--prefix=/usr shared zlib no-idea no-rc5" |
| 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, RC5 and MDC2 algorithms are disabled due to patent and/or | 69 | The IDEA and RC5 algorithms are disabled due to patent and/or |
| 70 | licensing issues. | 70 | licensing issues. |
| 71 | EOF | 71 | EOF |
| 72 | } | 72 | } |
