summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/version/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/interop/version/Makefile')
-rw-r--r--src/regress/lib/libssl/interop/version/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/interop/version/Makefile b/src/regress/lib/libssl/interop/version/Makefile
index 420b236421..7ac86ccbeb 100644
--- a/src/regress/lib/libssl/interop/version/Makefile
+++ b/src/regress/lib/libssl/interop/version/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.2 2020/09/21 15:13:24 beck Exp $ 1# $OpenBSD: Makefile,v 1.3 2020/12/17 00:51:12 bluhm Exp $
2 2
3# Connect a client to a server. Both can be current libressl, or 3# Connect a client to a server. Both can be current libressl, or
4# openssl 1.0.2, or openssl 1.1. Pin client or server to a fixed TLS 4# openssl 1.0.2, or openssl 1.1. Pin client or server to a fixed TLS
@@ -41,7 +41,6 @@ run-version-client-${clib}-${cver}-server-${slib}-${sver} \
41client-version-client-${clib}-${cver}-server-${slib}-${sver}.out \ 41client-version-client-${clib}-${cver}-server-${slib}-${sver}.out \
42server-version-client-${clib}-${cver}-server-${slib}-${sver}.out: \ 42server-version-client-${clib}-${cver}-server-${slib}-${sver}.out: \
43 127.0.0.1.crt ../${clib}/client ../${slib}/server 43 127.0.0.1.crt ../${clib}/client ../${slib}/server
44 @echo '\n======== $@ ========'
45 LD_LIBRARY_PATH=/usr/local/lib/e${slib} \ 44 LD_LIBRARY_PATH=/usr/local/lib/e${slib} \
46 ../${slib}/server >${@:S/^run/server/}.out \ 45 ../${slib}/server >${@:S/^run/server/}.out \
47 -c 127.0.0.1.crt -k 127.0.0.1.key \ 46 -c 127.0.0.1.crt -k 127.0.0.1.key \
@@ -69,7 +68,6 @@ REGRESS_SLOW_TARGETS += check-version-client-${clib}-${cver}-server-${slib}-${sv
69check-version-client-${clib}-${cver}-server-${slib}-${sver}: \ 68check-version-client-${clib}-${cver}-server-${slib}-${sver}: \
70 client-version-client-${clib}-${cver}-server-${slib}-${sver}.out \ 69 client-version-client-${clib}-${cver}-server-${slib}-${sver}.out \
71 server-version-client-${clib}-${cver}-server-${slib}-${sver}.out 70 server-version-client-${clib}-${cver}-server-${slib}-${sver}.out
72 @echo '\n======== $@ ========'
73 @grep ' Protocol *: ' ${@:S/^check/client/}.out 71 @grep ' Protocol *: ' ${@:S/^check/client/}.out
74 @grep ' Protocol *: ' ${@:S/^check/server/}.out 72 @grep ' Protocol *: ' ${@:S/^check/server/}.out
75.if "${cver}" == any 73.if "${cver}" == any