From 03c67e564b3681d60f52048379e4b2328d367bc4 Mon Sep 17 00:00:00 2001 From: cheoleun moon Date: Tue, 18 Jul 2023 21:26:50 +0900 Subject: [PATCH] Migrate to openssl 3.0 Change-Id: If49783d8815469ca6c78fc63f4d8de9297422a1b --- packaging/capi-network-vpn-setting.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/capi-network-vpn-setting.spec b/packaging/capi-network-vpn-setting.spec index 93702e0..ebb8516 100755 --- a/packaging/capi-network-vpn-setting.spec +++ b/packaging/capi-network-vpn-setting.spec @@ -2,7 +2,7 @@ Name: capi-network-vpn-setting Summary: Default VPN Library -Version: 0.1.3 +Version: 0.1.4 Release: 1 Group: System/Network License: Apache-2.0 @@ -24,7 +24,7 @@ BuildRequires: lcov %endif %if "%{ipsec_test}" == "yes" -BuildRequires: openssl1.1 +BuildRequires: openssl3 %global rw_app_dir %{?TZ_SYS_RW_APP:%TZ_SYS_RW_APP}%{!?TZ_SYS_RW_APP:/opt/usr/apps} %global cert_examples %rw_app_dir/vpn-cert-examples -- 2.7.4