pts: Fix error string if mandatory DH group is unavailable

Fixes: 0841280cdd ("libimcv: Fix build with DEBUG_LEVEL < 3")
This commit is contained in:
Tobias Brunner
2026-05-19 17:27:33 +02:00
parent 3b224a70ba
commit 4950a37e56
+1 -1
View File
@@ -76,7 +76,7 @@ bool pts_dh_group_probe(pts_dh_group_t *dh_groups, bool mandatory_dh_groups)
}
if (mandatory_dh_groups)
{
DBG1(DBG_PTS, " mandatory PTS DH group %N[%s] available",
DBG1(DBG_PTS, " mandatory PTS DH group %N not available",
key_exchange_method_names, ECP_256_BIT);
return FALSE;
}