From: wbx Date: Sun, 26 Mar 2006 00:59:08 +0000 (+0000) Subject: remove no-dsa and no-deprecated, it breaks to much of our ports like bind9 and dsniff... X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=09a1adb09aeaf6687c7c82b28ffc45786be50806;p=openwrt.git remove no-dsa and no-deprecated, it breaks to much of our ports like bind9 and dsniff, if you need to save space, please use libmatrixssl git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3486 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/openssl/Makefile b/openwrt/package/openssl/Makefile index 4028b0e170..e2087525b3 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-deprecated no-idea no-md2 no-mdc2 no-rc2 no-rc5 no-sha0 no-sha256 no-sha512 no-dsa no-rmd160 no-aes192 no-cast +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_OPTIONS:= shared no-ec no-err no-fips no-hw no-krb5 no-threads zlib-dynamic no-engines include $(TOPDIR)/package/rules.mk