diff options
| author | bluhm <> | 2020-12-17 00:51:12 +0000 |
|---|---|---|
| committer | bluhm <> | 2020-12-17 00:51:12 +0000 |
| commit | c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a (patch) | |
| tree | 41030f23560f1b7f802918acd790dd062a36ac0b /src/regress/lib/libssl/interop/version | |
| parent | 4950cd5ba18509d9b030ea25b45c9c2a552762df (diff) | |
| download | openbsd-c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a.tar.gz openbsd-c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a.tar.bz2 openbsd-c7cbfcf2a0ad5dc204129e5fbf99dd57cc33e72a.zip | |
Remove echo headlines.
Diffstat (limited to 'src/regress/lib/libssl/interop/version')
| -rw-r--r-- | src/regress/lib/libssl/interop/version/Makefile | 4 |
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} \ | |||
| 41 | client-version-client-${clib}-${cver}-server-${slib}-${sver}.out \ | 41 | client-version-client-${clib}-${cver}-server-${slib}-${sver}.out \ |
| 42 | server-version-client-${clib}-${cver}-server-${slib}-${sver}.out: \ | 42 | server-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 | |||
| 69 | check-version-client-${clib}-${cver}-server-${slib}-${sver}: \ | 68 | check-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 |
