From: Eneas U de Queiroz Date: Wed, 24 Feb 2021 11:33:42 +0000 (-0300) Subject: gost_engine: remove OPENSSL_WITH_GOST restraint X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d8203191cc9ee7d74d8304eb8c6d1954789a0c12;p=feed%2Fpackages.git gost_engine: remove OPENSSL_WITH_GOST restraint OpenSSL now is always built with GOST support, and OPENSSL_WITH_GOST symbol was removed. Signed-off-by: Eneas U de Queiroz --- diff --git a/libs/gost_engine/Makefile b/libs/gost_engine/Makefile index ca8f7a3fe7..00b55e7c23 100644 --- a/libs/gost_engine/Makefile +++ b/libs/gost_engine/Makefile @@ -35,7 +35,7 @@ define Package/libopenssl-gost_engine SUBMENU:=SSL TITLE+= (library) URL:=https://github.com/gost-engine/engine/ - DEPENDS:=libopenssl @OPENSSL_ENGINE @OPENSSL_WITH_GOST +libopenssl-conf + DEPENDS:=libopenssl @OPENSSL_ENGINE +libopenssl-conf endef define Package/libopenssl-gost_engine/description