Migrate to openssl3 92/295692/1 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20231005.093712 accepted/tizen/unified/20230907.055352 tizen_8.0_m2_release
authorDariusz Michaluk <d.michaluk@samsung.com>
Wed, 12 Jul 2023 09:53:57 +0000 (11:53 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Wed, 12 Jul 2023 09:53:57 +0000 (11:53 +0200)
Change-Id: Id01497e4e973965f6e2cd90ff98ce3c105ad57be

packaging/trust-anchor.spec
src/CMakeLists.txt

index 282280fcfd28d50fe12cf0e89823288f67b889a4..b0102523a7b68a8c6e7088ba7bc6d045d8059c3f 100644 (file)
@@ -9,7 +9,7 @@ BuildRequires: gcc
 BuildRequires: cmake
 BuildRequires: coreutils
 BuildRequires: pkgconfig(klay)
-BuildRequires: pkgconfig(openssl1.1)
+BuildRequires: pkgconfig(openssl3)
 BuildRequires: pkgconfig(libtzplatform-config)
 BuildRequires: ca-certificates
 BuildRequires: ca-certificates-devel
index 018db578ad820e6cae22e4710c1f307a0f4cbc4e..b3fb75a34378bbe74cf443a08dad93636e13bfa8 100644 (file)
@@ -17,7 +17,7 @@
 # @breif       Make trust anchor library
 #
 PKG_CHECK_MODULES(${TARGET_TANCHOR_LIB}_DEP REQUIRED klay
-                                                                                                        openssl1.1)
+                                                                                                        openssl3)
 
 SET(${TARGET_TANCHOR_LIB}_SRCS ${TANCHOR_SRC}/init-lib.cpp
                                                           ${TANCHOR_SRC}/exception.cpp