summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-06-23 07:26:52 +0000
committertb <>2025-06-23 07:26:52 +0000
commitb43d11cf99dc1249976c6fc9737ac76da3f4f5f9 (patch)
tree67e3c6c2e3eec9afa34663408017bbc85abdb2dd /src
parent6e151fc50d7d3060e444259528bb3b58501d1876 (diff)
downloadopenbsd-b43d11cf99dc1249976c6fc9737ac76da3f4f5f9.tar.gz
openbsd-b43d11cf99dc1249976c6fc9737ac76da3f4f5f9.tar.bz2
openbsd-b43d11cf99dc1249976c6fc9737ac76da3f4f5f9.zip
sync anton's fix for OpenSSL 3.3 interop to 3.4
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libssl/interop/openssl34/Makefile4
1 files changed, 2 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.1 2025/01/15 10:54:17 tb Exp $ 1# $OpenBSD: Makefile,v 1.2 2025/06/23 07:26:52 tb Exp $
2 2
3.if ! exists(/usr/local/bin/eopenssl34) 3.if ! exists(/usr/local/bin/eopenssl34)
4regress: 4regress:
@@ -27,7 +27,7 @@ run-ldd-$p: ldd-$p.out
27 grep -q /usr/local/lib/eopenssl34/libcrypto.so ldd-$p.out 27 grep -q /usr/local/lib/eopenssl34/libcrypto.so ldd-$p.out
28 grep -q /usr/local/lib/eopenssl34/libssl.so ldd-$p.out 28 grep -q /usr/local/lib/eopenssl34/libssl.so ldd-$p.out
29 # check that $p is not linked with LibreSSL 29 # check that $p is not linked with LibreSSL
30 ! grep -v libc.so ldd-$p.out | grep /usr/lib/ 30 ! grep -v -e libc.so -e libpthread.so ldd-$p.out | grep /usr/lib/
31 31
32run-version-$p: $p-self.out 32run-version-$p: $p-self.out
33 # check that runtime version is OpenSSL 3.4 33 # check that runtime version is OpenSSL 3.4