From: Waldemar Brodkorb Date: Tue, 28 Mar 2006 22:28:01 +0000 (+0000) Subject: rc2 is needed for parsing an encrypted pkcs12 file, this is used by openvpn for passw... X-Git-Tag: whiterussian_rc6~297 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c1a43ff284c5cc5dc14af39abebf4d3df78d88fb;p=openwrt%2Fsvn-archive%2Fopenwrt.git rc2 is needed for parsing an encrypted pkcs12 file, this is used by openvpn for password protected certificate bundles, it adds 8608 bytes on flash to the libopenssl package SVN-Revision: 3531 --- diff --git a/openwrt/package/openssl/Makefile b/openwrt/package/openssl/Makefile index 66e3af1c26..cc5494fdbc 100644 --- a/openwrt/package/openssl/Makefile +++ b/openwrt/package/openssl/Makefile @@ -17,7 +17,7 @@ PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install -OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc2 no-rc5 +OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 include $(TOPDIR)/package/rules.mk