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:
parent
dffdfe4ac8
commit
d8203191cc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue