projects
/
openwrt
/
staging
/
hauke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3691a07
)
enable rc2 in openssl again, because disabling it breaks pkcs12 (thx, eJunky)
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 11 Nov 2008 15:35:10 +0000
(15:35 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 11 Nov 2008 15:35:10 +0000
(15:35 +0000)
SVN-Revision: 13182
package/openssl/Makefile
patch
|
blob
|
history
diff --git
a/package/openssl/Makefile
b/package/openssl/Makefile
index ba1e38e9eaa334a07862248d0bfae8f007676a48..0bd07655b24910545821a95c369db22df5bc89fe 100644
(file)
--- a/
package/openssl/Makefile
+++ b/
package/openssl/Makefile
@@
-65,7
+65,7
@@
$(call Package/openssl/Default/description)
endef
-OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc
2 no-rc
5 no-sha0 no-smime \
+OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-smime \
no-rmd160 no-aes192 no-ripemd no-camellia no-ans1 no-krb5
ifeq ($(BOARD),ixp4xx)
OPENSSL_OPTIONS:= shared no-ec no-err no-fips no-hw no-threads zlib-dynamic \