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 <cotequeiroz@gmail.com>
This commit is contained in:
Eneas U de Queiroz 2021-02-24 08:33:42 -03:00
parent dffdfe4ac8
commit d8203191cc
1 changed files with 1 additions and 1 deletions

View 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