Fix diff complaint raised by ./t/12_diff_opensslversions.t

This commit is contained in:
Dirk
2026-05-29 10:33:03 +02:00
parent cff2c0810c
commit 566e1b1f65
+3 -3
View File
@@ -5451,13 +5451,13 @@ run_client_simulation() {
[[ -n "$curve" ]] && curve="($curve)"
if [[ "$what_dh" =~ MLKEM ]] || [[ "$what_dh" =~ Kyber ]]; then
pr_kem_quality "$bits" "$(printf -- "%-12s" "$what_dh")"
appendfile+="$what_dh"
appendfile+="$(printf -- "%-12s" "$what_dh")"
elif [[ "$what_dh" == ECDH ]]; then
pr_ecdh_quality "$bits" "$(printf -- "%-12s" "$bits bit $what_dh") $curve"
appendfile+="$what_dh $bits $curve"
appendfile+="$(printf -- "%-12s" "$bits bit $what_dh") $curve"
else
pr_dh_quality "$bits" "$(printf -- "%-12s" "$bits bit $what_dh") $curve"
appendfile+="$what_dh $bits $curve"
appendfile+="$(printf -- "%-12s" "$bits bit $what_dh") $curve"
fi
else
if "$HAS_DH_BITS" || { "$using_sockets" && [[ -n "${handshakebytes[i]}" ]]; }; then