From 1d47f9e689531c958eb91169f196b0e09295b7a7 Mon Sep 17 00:00:00 2001 From: Cheoleun Moon Date: Thu, 13 Jun 2019 16:51:38 +0900 Subject: [PATCH] Migration from openssl 1.0.2 to openssl 1.1.1 Change-Id: Idb90d34f109a2cb622009d0fd41d8a258c913eaa Signed-off-by: Cheoleun Moon --- packaging/capi-network-vpn-setting.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/capi-network-vpn-setting.spec b/packaging/capi-network-vpn-setting.spec index 44e324f..93702e0 100755 --- a/packaging/capi-network-vpn-setting.spec +++ b/packaging/capi-network-vpn-setting.spec @@ -24,7 +24,7 @@ BuildRequires: lcov %endif %if "%{ipsec_test}" == "yes" -BuildRequires: openssl +BuildRequires: openssl1.1 %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