diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-29 09:36:43 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-29 09:36:43 +0000 |
commit | 7c99d46e2e704a7df8c3a31b0e63563a58d1a6b8 (patch) | |
tree | e26b6f1318a7c7e069515920ddd831057a1c4b6e /package | |
parent | 18057aa0ec7f5c9bbc649191b3e193e8fe406de6 (diff) | |
download | upstream-7c99d46e2e704a7df8c3a31b0e63563a58d1a6b8.tar.gz upstream-7c99d46e2e704a7df8c3a31b0e63563a58d1a6b8.tar.bz2 upstream-7c99d46e2e704a7df8c3a31b0e63563a58d1a6b8.zip |
readd some hashes and algorithms, needed for ipsec, fixes build of ipsec-tools
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3540 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile index e2087525b3..a1a197626f 100644 --- a/package/openssl/Makefile +++ b/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 |