correct NamedGroup.java merge

This commit is contained in:
Seán Coffey 2026-01-27 11:10:43 +00:00
parent 1909e4685f
commit 6b5c692cb4

View File

@ -914,7 +914,7 @@ enum NamedGroup {
namedGroups = customizedNames;
} else {
if (defaultNames.length == 0) {
SSLLogger.logWarning(SSLLogger.Opt.HANDSHAKE,
SSLLogger.logWarning(SSLLogger.Opt.SSL,
"No default named groups");
}
namedGroups = defaultNames;