diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-29 09:36:43 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-29 09:36:43 +0000 |
commit | 9175f7d3cc7cc5b88435ca7522af9bded6014d94 (patch) | |
tree | 2b752f6cf61462a0e9b78c7f40ea7b84fe1e63b2 /openwrt | |
parent | c9a40f514b4a41cc0a960644abd0252863a2ed48 (diff) | |
download | mtk-20170518-9175f7d3cc7cc5b88435ca7522af9bded6014d94.zip mtk-20170518-9175f7d3cc7cc5b88435ca7522af9bded6014d94.tar.gz mtk-20170518-9175f7d3cc7cc5b88435ca7522af9bded6014d94.tar.bz2 |
readd some hashes and algorithms, needed for ipsec, fixes build of ipsec-tools
SVN-Revision: 3540
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openssl/Makefile b/openwrt/package/openssl/Makefile index e208752..a1a1976 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 |