From 76e9cb6511dceff74adf8cd9dc3695794ea2a70f Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Thu, 31 Aug 2023 12:17:19 +0900 Subject: [PATCH] Revert "Migrate to openssl 3.0" This reverts commit 512e05bca14ce3d96e0d3bbf835f5338b363aaf7 Change-Id: I3930d1b3f520663ced3f2ece89dcc2c1e6838ea4 --- configure.ac | 2 +- packaging/nghttp2.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index ba02ec4..abd6f8e 100644 --- a/configure.ac +++ b/configure.ac @@ -479,7 +479,7 @@ fi # openssl (for src) have_openssl=no if test "x${request_openssl}" != "xno"; then - PKG_CHECK_MODULES([OPENSSL], [openssl3 >= 3.0.1], + PKG_CHECK_MODULES([OPENSSL], [openssl1.1 >= 1.0.1], [have_openssl=yes], [have_openssl=no]) if test "x${have_openssl}" = "xno"; then AC_MSG_NOTICE($OPENSSL_PKG_ERRORS) diff --git a/packaging/nghttp2.spec b/packaging/nghttp2.spec index 66c59e1..1c5378b 100644 --- a/packaging/nghttp2.spec +++ b/packaging/nghttp2.spec @@ -11,7 +11,7 @@ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pkgconfig >= 0.20, zlib >= 1.2.3, gcc, gcc-c++, make -BuildRequires: libopenssl3-devel +BuildRequires: libopenssl1.1-devel BuildRequires: libxml2-devel %if "%{tizen_profile_name}" != "tv" BuildRequires: boost-devel -- 2.7.4