Skip to content

Commit

Permalink
Fix SSL lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Jan 22, 2025
1 parent 5fdc269 commit 73bd1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/Ice/SSL/SSLUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Ice::SSL::resolveDirPath(const string& path, const string& parentDir)

namespace
{
const pair<string, string> certificateOIDS[] = {
const pair<string, string> certificateOIDS[] = { // NOLINT(cert-err58-cpp)
{"2.5.4.3", "CN"},
{"2.5.4.4", "SN"},
{"2.5.4.5", "DeviceSerialNumber"},
Expand Down

0 comments on commit 73bd1af

Please sign in to comment.