We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822c6b3 commit 1f58956Copy full SHA for 1f58956
1 file changed
t/12_diff_opensslversions.t
@@ -88,8 +88,7 @@ $cat_csvfile =~ s/AEAD-AES256-GCM-SHA384/TLS_AES_256_GCM_SHA384/g;
88
$cat_csvfile =~ s/x1303 AEAD-CHACHA20-POLY1305-SHA256/x1303 TLS_CHACHA20_POLY1305_SHA256 /g;
89
# now the other lines, where we don't need to insert the additional space:
90
$cat_csvfile =~ s/AEAD-CHACHA20-POLY1305-SHA256/TLS_CHACHA20_POLY1305_SHA256/g;
91
-# Same with ECDH bit length
92
-$cat_csvfile =~ s/ECDH 253/ECDH 256/g;
+# we changed above the ECDH bit length already
93
94
$diff = diff \$cat_csvfile, \$cat_csvfile2;
95
0 commit comments