diff options
Diffstat (limited to 'src/regress/lib/libssl/interop/libressl/Makefile')
-rw-r--r-- | src/regress/lib/libssl/interop/libressl/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/interop/libressl/Makefile b/src/regress/lib/libssl/interop/libressl/Makefile index 868c3c146f..16ec8cf086 100644 --- a/src/regress/lib/libssl/interop/libressl/Makefile +++ b/src/regress/lib/libssl/interop/libressl/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2018/11/11 00:15:04 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2020/05/11 18:20:24 jsing Exp $ |
2 | 2 | ||
3 | PROGS = client server | 3 | PROGS = client server |
4 | CPPFLAGS = | 4 | CPPFLAGS = |
@@ -28,9 +28,8 @@ run-version-$p: $p-self.out | |||
28 | 28 | ||
29 | run-protocol-$p: $p-self.out | 29 | run-protocol-$p: $p-self.out |
30 | @echo '\n======== $@ ========' | 30 | @echo '\n======== $@ ========' |
31 | # check that LibreSSL protocol version is TLS 1.2 | 31 | # check that LibreSSL protocol version is TLS 1.3 |
32 | # XXX adapt when LibreSSL supports TLS 1.3 | 32 | grep 'Protocol *: TLSv1.3' $p-self.out |
33 | grep 'Protocol *: TLSv1.2' $p-self.out | ||
34 | 33 | ||
35 | .endfor | 34 | .endfor |
36 | 35 | ||