From: Dariusz Michaluk Date: Wed, 12 Jul 2023 09:42:27 +0000 (+0200) Subject: Migrate to openssl3 X-Git-Tag: accepted/tizen/8.0/unified/20231005.093646^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ec6a3ffb93fcc7cb26073941b5a5a5071b65201;p=platform%2Fcore%2Fsecurity%2Flibcryptsvc.git Migrate to openssl3 Change-Id: Iecb10cdd8093b2d53f53bcba3b16276af3026c87 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a57e6b1..781bbdf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ ENDIF("${ARCH}" MATCHES "arm") ######################################################################################## # for libcryptsvc.so -SET(CRYPTSVC_REQUIRES "openssl1.1 dlog") +SET(CRYPTSVC_REQUIRES "openssl3 dlog") SET(DEVICE_INFO_REQUIRES "dlog capi-system-info") PKG_CHECK_MODULES(CS_DEP REQUIRED ${CRYPTSVC_REQUIRES}) diff --git a/packaging/libcryptsvc.spec b/packaging/libcryptsvc.spec index 771f8aa..08c596f 100644 --- a/packaging/libcryptsvc.spec +++ b/packaging/libcryptsvc.spec @@ -8,7 +8,7 @@ Source0: %{name}-%{version}.tar.gz Source1001: libcryptsvc.manifest BuildRequires: cmake BuildRequires: pkgconfig(dlog) -BuildRequires: pkgconfig(openssl1.1) +BuildRequires: pkgconfig(openssl3) BuildRequires: pkgconfig(capi-system-info) BuildRequires: pkgconfig(libtzplatform-config)