From d8203191cc9ee7d74d8304eb8c6d1954789a0c12 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Wed, 24 Feb 2021 08:33:42 -0300 Subject: [PATCH] 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 --- libs/gost_engine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2