From 89028d49874abd98754d4d75c84f223f8549c267 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 28 Mar 2006 22:28:01 +0000 Subject: [PATCH] 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 --- openwrt/package/openssl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2