From 1f589565c7746555724e749925793a78f949aa4b Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Wed, 9 Jul 2025 16:17:28 +0200 Subject: [PATCH] we changed above the ECDH bit length already --- t/12_diff_opensslversions.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/12_diff_opensslversions.t b/t/12_diff_opensslversions.t index b144ac5..7163d08 100755 --- a/t/12_diff_opensslversions.t +++ b/t/12_diff_opensslversions.t @@ -88,8 +88,7 @@ $cat_csvfile =~ s/AEAD-AES256-GCM-SHA384/TLS_AES_256_GCM_SHA384/g; $cat_csvfile =~ s/x1303 AEAD-CHACHA20-POLY1305-SHA256/x1303 TLS_CHACHA20_POLY1305_SHA256 /g; # now the other lines, where we don't need to insert the additional space: $cat_csvfile =~ s/AEAD-CHACHA20-POLY1305-SHA256/TLS_CHACHA20_POLY1305_SHA256/g; -# Same with ECDH bit length -$cat_csvfile =~ s/ECDH 253/ECDH 256/g; +# we changed above the ECDH bit length already $diff = diff \$cat_csvfile, \$cat_csvfile2;