From e5eb743f56fd8ac1444bddd05d170ddd1c72b550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Hor=C3=A1=C4=8Dek?= Date: Thu, 24 Feb 2022 18:03:56 +0100 Subject: [PATCH] Update test workaround for new OpenSSL version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: rhbz#2060768 Signed-off-by: Štěpán Horáček --- tests/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtest.sh b/tests/runtest.sh index deb0bed..51b8d02 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -17,7 +17,7 @@ pushd ibmtpm tar xf ../ibmtpm$IBMTPM_VERSION.tar.gz pushd src # fixup for openssl 3 -sed -i -e "s|OPENSSL_VERSION_NUMBER >= 0x10200000L|OPENSSL_VERSION_NUMBER > 0x30000000L|" TpmToOsslMath.h +sed -i -e "s|OPENSSL_VERSION_NUMBER >= 0x10200000L|OPENSSL_VERSION_NUMBER > 0x30000010L|" TpmToOsslMath.h sed -i -e "s|CCFLAGS = -Wall|CCFLAGS = -Wall -Wno-error=deprecated-declarations|" makefile make