Browse Source

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>
lilik-openwrt-22.03
Eneas U de Queiroz 3 years ago
parent
commit
d8203191cc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/gost_engine/Makefile

+ 1
- 1
libs/gost_engine/Makefile 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


Loading…
Cancel
Save