From: Seonah Moon Date: Fri, 14 Jun 2019 04:47:23 +0000 (+0900) Subject: Migration to openssl 1.1 X-Git-Tag: accepted/tizen/5.5/unified/20191031.025522^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_5.5_mobile_hotfix;p=platform%2Fcore%2Fconnectivity%2Fmobileap-agent.git Migration to openssl 1.1 Change-Id: I617b008da14d6a9c2974c54506934b02257a1fd3 --- 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