diff options
author | Mike Baker <mbm@openwrt.org> | 2006-11-28 22:04:24 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-11-28 22:04:24 +0000 |
commit | 760bb5647cab8ca1ff6a75a7e78d43559ebe39b5 (patch) | |
tree | 7d51bea636458557240b89f0d0b8995df42ee0e1 /package | |
parent | c3c4dfb57beebd26c0534698b8687c2c7c94e1f5 (diff) | |
download | upstream-760bb5647cab8ca1ff6a75a7e78d43559ebe39b5.tar.gz upstream-760bb5647cab8ca1ff6a75a7e78d43559ebe39b5.tar.bz2 upstream-760bb5647cab8ca1ff6a75a7e78d43559ebe39b5.zip |
patch from #989 (thanks Bartman007)
SVN-Revision: 5670
Diffstat (limited to 'package')
-rw-r--r-- | package/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 9738c1ae5e..ffc0689052 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -62,7 +62,7 @@ define Package/openssl-util/conffiles /etc/ssl/openssl.cnf endef -OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc2 no-rc5 no-sha0 no-smime no-cast \ +OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc2 no-rc5 no-sha0 no-smime \ no-rmd160 no-aes192 no-ripemd no-camellia no-ans1 no-krb5 no-ssl2 OPENSSL_OPTIONS:= shared no-dso no-ec no-err no-fips no-hw no-threads zlib-dynamic \ no-engines no-sse2 no-perlasm |