mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 09:26:28 +00:00
openssl: Remove J-PAKE. Nothing uses it.
Signed-off by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
78ae7d8efd
commit
aaa067ab0b
@ -16,6 +16,7 @@ PKG_USE_MIPS16:=0
|
||||
|
||||
PKG_BUILD_PARALLEL:=0
|
||||
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.openssl.org/source/ \
|
||||
ftp://ftp.openssl.org/source/ \
|
||||
@ -97,7 +98,7 @@ endef
|
||||
|
||||
|
||||
OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc5 no-sha0 no-camellia no-krb5 \
|
||||
no-whrlpool no-whirlpool no-seed
|
||||
no-whrlpool no-whirlpool no-seed no-jpake
|
||||
OPENSSL_OPTIONS:= shared no-err no-sse2 no-ssl2 no-ssl2-method no-heartbeats
|
||||
|
||||
ifdef CONFIG_OPENSSL_ENGINE_CRYPTO
|
||||
|
Loading…
x
Reference in New Issue
Block a user