summaryrefslogtreecommitdiff
path: root/src/regress/usr.bin/openssl/appstest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/usr.bin/openssl/appstest.sh')
-rwxr-xr-xsrc/regress/usr.bin/openssl/appstest.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/regress/usr.bin/openssl/appstest.sh b/src/regress/usr.bin/openssl/appstest.sh
index 859005ab1d..37842ecf0c 100755
--- a/src/regress/usr.bin/openssl/appstest.sh
+++ b/src/regress/usr.bin/openssl/appstest.sh
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2# 2#
3# $OpenBSD: appstest.sh,v 1.56 2023/04/26 09:07:59 tb Exp $ 3# $OpenBSD: appstest.sh,v 1.57 2023/07/03 05:31:56 beck Exp $
4# 4#
5# Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org> 5# Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org>
6# 6#
@@ -1760,10 +1760,6 @@ function test_server_client {
1760 sleep 1 1760 sleep 1
1761 1761
1762 # test by protocol version 1762 # test by protocol version
1763 if [ "$other_openssl_version" = "OpenSSL 1." ] ; then
1764 test_sc_by_protocol_version $sc tls1 'Protocol : TLSv1$' $c_id
1765 test_sc_by_protocol_version $sc tls1_1 'Protocol : TLSv1\.1$' $c_id
1766 fi
1767 test_sc_by_protocol_version $sc tls1_2 'Protocol : TLSv1\.2$' $c_id 1763 test_sc_by_protocol_version $sc tls1_2 'Protocol : TLSv1\.2$' $c_id
1768 test_sc_by_protocol_version $sc tls1_3 'Protocol : TLSv1\.3$' $c_id 1764 test_sc_by_protocol_version $sc tls1_3 'Protocol : TLSv1\.3$' $c_id
1769 1765