mirror of https://github.com/hak5/openwrt.git
openssl: reenable CMS (broke krb5)
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43176lede-17.01
parent
8acf9adf28
commit
2a5ad9cf0b
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=openssl
|
PKG_NAME:=openssl
|
||||||
PKG_VERSION:=1.0.1j
|
PKG_VERSION:=1.0.1j
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
PKG_USE_MIPS16:=0
|
PKG_USE_MIPS16:=0
|
||||||
|
|
||||||
PKG_BUILD_PARALLEL:=1
|
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_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
|
ifdef CONFIG_OPENSSL_ENGINE_CRYPTO
|
||||||
OPENSSL_OPTIONS += -DHAVE_CRYPTODEV
|
OPENSSL_OPTIONS += -DHAVE_CRYPTODEV
|
||||||
|
|
Loading…
Reference in New Issue