From: Waldemar Brodkorb Date: Wed, 29 Mar 2006 09:36:43 +0000 (+0000) Subject: readd some hashes and algorithms, needed for ipsec, fixes build of ipsec-tools X-Git-Tag: reboot~30917 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9175f7d3cc7cc5b88435ca7522af9bded6014d94;p=oweals%2Fopenwrt.git readd some hashes and algorithms, needed for ipsec, fixes build of ipsec-tools SVN-Revision: 3540 --- diff --git a/openwrt/package/openssl/Makefile b/openwrt/package/openssl/Makefile index e2087525b3..a1a197626f 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 no-sha0 no-sha256 no-sha512 no-rmd160 no-aes192 no-cast +OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-rmd160 no-aes192 OPENSSL_OPTIONS:= shared no-ec no-err no-fips no-hw no-krb5 no-threads zlib-dynamic no-engines include $(TOPDIR)/package/rules.mk