publish higher key type first

This commit is contained in:
orignal
2026-04-11 17:20:43 -04:00
parent 38cec8f2b8
commit a1c3aa4255
+1 -1
View File
@@ -1494,7 +1494,7 @@ namespace client
if (it.first == m_PreferredCryptoType)
preferredSection = it.second;
else
keySections.push_back (it.second);
keySections.push_front (it.second); // higher key type should appear first
}
if (preferredSection)
keySections.push_front (preferredSection); // make preferred first