Skip to content

Commit 1f58956

Browse files
committed
we changed above the ECDH bit length already
1 parent 822c6b3 commit 1f58956

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

t/12_diff_opensslversions.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ $cat_csvfile =~ s/AEAD-AES256-GCM-SHA384/TLS_AES_256_GCM_SHA384/g;
8888
$cat_csvfile =~ s/x1303 AEAD-CHACHA20-POLY1305-SHA256/x1303 TLS_CHACHA20_POLY1305_SHA256 /g;
8989
# now the other lines, where we don't need to insert the additional space:
9090
$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;
91+
# we changed above the ECDH bit length already
9392

9493
$diff = diff \$cat_csvfile, \$cat_csvfile2;
9594

0 commit comments

Comments
 (0)