gost_engine: remove OPENSSL_WITH_GOST restraint
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 24 Feb 2021 11:33:42 +0000 (08:33 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Wed, 24 Feb 2021 16:54:31 +0000 (13:54 -0300)
OpenSSL now is always built with GOST support, and OPENSSL_WITH_GOST
symbol was removed.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
libs/gost_engine/Makefile

index ca8f7a3fe701c4dc4f33fb905dcbd4684286bfd3..00b55e7c23cb0a87756f38939299d855369f31cc 100644 (file)
@@ -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