From c35ee86d3e0ca9e392354943687c657aaf3c742c Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Fri, 14 Jun 2019 13:47:23 +0900 Subject: [PATCH] Migration to openssl 1.1 Change-Id: I617b008da14d6a9c2974c54506934b02257a1fd3 --- CMakeLists.txt | 2 +- packaging/mobileap-agent.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 43e3c32..8037fe2 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ SET(BASE_PKGS capi-network-bluetooth dpm gio-2.0 gio-unix-2.0 - libcrypto + libcrypto1.1 libtzplatform-config key-manager vconf) diff --git a/packaging/mobileap-agent.spec b/packaging/mobileap-agent.spec index 6165db5..c6f7bef 100644 --- a/packaging/mobileap-agent.spec +++ b/packaging/mobileap-agent.spec @@ -18,7 +18,7 @@ BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(key-manager) -BuildRequires: pkgconfig(libcrypto) +BuildRequires: pkgconfig(libcrypto1.1) BuildRequires: pkgconfig(libtzplatform-config) BuildRequires: pkgconfig(vconf) BuildRequires: cmake -- 2.7.4