diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-11-04 08:37:06 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-11-04 08:37:06 +0000 |
commit | 2a5ad9cf0b9e79082634f2fd07df0c495cc398c2 (patch) | |
tree | 3c69d3003578bcd1bf33b3ebaba1dba4a901c0ed /package | |
parent | 8acf9adf28bd37192b94575b706e9cbdbafb44e1 (diff) | |
download | openwrt-2a5ad9cf0b9e79082634f2fd07df0c495cc398c2.tar.gz openwrt-2a5ad9cf0b9e79082634f2fd07df0c495cc398c2.tar.bz2 openwrt-2a5ad9cf0b9e79082634f2fd07df0c495cc398c2.zip |
openssl: reenable CMS (broke krb5)
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43176
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/openssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index a0087b5e55..bb91e47dcc 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl PKG_VERSION:=1.0.1j -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_USE_MIPS16:=0 PKG_BUILD_PARALLEL:=1 @@ -88,7 +88,7 @@ endef OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-camellia no-krb5 -OPENSSL_OPTIONS:= shared no-err no-hw zlib-dynamic no-sse2 no-ssl2 no-cms +OPENSSL_OPTIONS:= shared no-err no-hw zlib-dynamic no-sse2 no-ssl2 ifdef CONFIG_OPENSSL_ENGINE_CRYPTO OPENSSL_OPTIONS += -DHAVE_CRYPTODEV |