summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/interop/netcat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/interop/netcat/Makefile')
-rw-r--r--src/regress/lib/libssl/interop/netcat/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/interop/netcat/Makefile b/src/regress/lib/libssl/interop/netcat/Makefile
index a9947e600c..ef51d0597e 100644
--- a/src/regress/lib/libssl/interop/netcat/Makefile
+++ b/src/regress/lib/libssl/interop/netcat/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.3 2020/01/25 16:03:31 jsing Exp $ 1# $OpenBSD: Makefile,v 1.4 2020/05/11 18:20:24 jsing Exp $
2 2
3LIBRARIES = libressl 3LIBRARIES = libressl
4.if exists(/usr/local/bin/eopenssl) 4.if exists(/usr/local/bin/eopenssl)
@@ -69,9 +69,8 @@ REGRESS_TARGETS += run-protocol-client-${clib}
69 69
70run-protocol-client-${clib}: client-netcat-client-${clib}-server-nc.out 70run-protocol-client-${clib}: client-netcat-client-${clib}-server-nc.out
71 @echo '\n======== $@ ========' 71 @echo '\n======== $@ ========'
72 # check that LibTLS protocol version is TLS 1.2 72 # check that LibTLS protocol version is TLS 1.2 or TLS 1.3
73 # XXX adapt when LibreSSL supports TLS 1.3 73 grep 'Protocol *: TLSv1.[23]' client-netcat-client-${clib}-server-nc.out
74 grep 'Protocol *: TLSv1.2' client-netcat-client-${clib}-server-nc.out
75 74
76.endfor 75.endfor
77 76