|
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|
|
|
|
|
PKG_NAME:=openssl
|
|
|
PKG_VERSION:=3.0.8
|
|
|
-PKG_RELEASE:=3
|
|
|
+PKG_RELEASE:=4
|
|
|
PKG_USE_MIPS16:=0
|
|
|
|
|
|
PKG_BUILD_PARALLEL:=1
|
|
@@ -128,8 +128,8 @@ endef
|
|
|
|
|
|
define Package/libopenssl-conf/conffiles
|
|
|
/etc/ssl/openssl.cnf
|
|
|
-$(if CONFIG_OPENSSL_ENGINE_BUILTIN_DEVCRYPTO,/etc/ssl/engines.cnf.d/devcrypto.cnf)
|
|
|
-$(if CONFIG_OPENSSL_ENGINE_BUILTIN_PADLOCK,/etc/ssl/engines.cnf.d/padlock.cnf)
|
|
|
+$(if $(CONFIG_OPENSSL_ENGINE_BUILTIN_DEVCRYPTO),/etc/ssl/engines.cnf.d/devcrypto.cnf)
|
|
|
+$(if $(CONFIG_OPENSSL_ENGINE_BUILTIN_PADLOCK),/etc/ssl/engines.cnf.d/padlock.cnf)
|
|
|
endef
|
|
|
|
|
|
define Package/libopenssl-conf/description
|