From b43d11cf99dc1249976c6fc9737ac76da3f4f5f9 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 23 Jun 2025 07:26:52 +0000 Subject: sync anton's fix for OpenSSL 3.3 interop to 3.4 --- src/regress/lib/libssl/interop/openssl34/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libssl/interop/openssl34/Makefile b/src/regress/lib/libssl/interop/openssl34/Makefile index 72246bb621..9c23553a74 100644 --- a/src/regress/lib/libssl/interop/openssl34/Makefile +++ b/src/regress/lib/libssl/interop/openssl34/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2025/01/15 10:54:17 tb Exp $ +# $OpenBSD: Makefile,v 1.2 2025/06/23 07:26:52 tb Exp $ .if ! exists(/usr/local/bin/eopenssl34) regress: @@ -27,7 +27,7 @@ run-ldd-$p: ldd-$p.out grep -q /usr/local/lib/eopenssl34/libcrypto.so ldd-$p.out grep -q /usr/local/lib/eopenssl34/libssl.so ldd-$p.out # check that $p is not linked with LibreSSL - ! grep -v libc.so ldd-$p.out | grep /usr/lib/ + ! grep -v -e libc.so -e libpthread.so ldd-$p.out | grep /usr/lib/ run-version-$p: $p-self.out # check that runtime version is OpenSSL 3.4 -- cgit v1.2.3-55-g6feb