Testsuite: avoid recent-perl feature use
authorJeremy Harris <jgh146exb@wizmail.org>
Thu, 25 Apr 2019 17:41:52 +0000 (18:41 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Thu, 25 Apr 2019 17:41:52 +0000 (18:41 +0100)
test/runtest

index d15bc67267ee3dd991e71ab561e101b5c163728e..b6d419bbaa153ce63ad9d6e962c5481596e53842 100755 (executable)
@@ -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;