diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-04-25 18:41:52 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-04-25 18:41:52 +0100 |
commit | 6010e708237477b8fab5fbed0a972a937d89fc56 (patch) | |
tree | f6d3781a51b0740c02995ffad4e4cceaf04e337e /test/runtest | |
parent | 57eb2f64630884ec5b65c22ff0349aec1d3032ce (diff) |
Testsuite: avoid recent-perl feature use
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index d15bc6726..b6d419bba 100755 --- a/test/runtest +++ b/test/runtest @@ -636,7 +636,7 @@ RESET_AFTER_EXTRA_LINE_READ: /"TLS1.x:ke-" . (defined($+{psk}) ? $+{psk} : "") . (defined($+{auth}) ? $+{auth} : "") - . "-AES256-SHAnnn:xxx"/genx; + . "-AES256-SHAnnn:xxx"/gex; s/TLS1.2:RSA__CAMELLIA_256_GCM(_SHA384)?:256/TLS1.2:RSA_CAMELLIA_256_GCM-SHAnnn:256/g; s/\b(ECDHE-(RSA|ECDSA)-AES256-SHA|DHE-RSA-AES256-SHA256)\b/ke-$2-AES256-SHAnnn/g; |