diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libssl/interop/netcat/Makefile | 7 |
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 80f49c52f0..a9947e600c 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.2 2018/11/11 07:39:35 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2020/01/25 16:03:31 jsing Exp $ |
2 | 2 | ||
3 | LIBRARIES = libressl | 3 | LIBRARIES = libressl |
4 | .if exists(/usr/local/bin/eopenssl) | 4 | .if exists(/usr/local/bin/eopenssl) |
@@ -81,9 +81,8 @@ REGRESS_TARGETS += run-protocol-server-${slib} | |||
81 | 81 | ||
82 | run-protocol-server-${slib}: server-netcat-client-nc-server-${slib}.out | 82 | run-protocol-server-${slib}: server-netcat-client-nc-server-${slib}.out |
83 | @echo '\n======== $@ ========' | 83 | @echo '\n======== $@ ========' |
84 | # check that LibTLS protocol version is TLS 1.2 | 84 | # check that LibTLS protocol version is TLS 1.2 or TLS 1.3 |
85 | # XXX adapt when LibreSSL supports TLS 1.3 | 85 | grep 'Protocol *: TLSv1.[23]' server-netcat-client-nc-server-${slib}.out |
86 | grep 'Protocol *: TLSv1.2' server-netcat-client-nc-server-${slib}.out | ||
87 | 86 | ||
88 | .endfor | 87 | .endfor |
89 | 88 | ||