Skip to content

Commit

Permalink
Update cpp/src/IceSSL/SSLEngine.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Joe George <[email protected]>
  • Loading branch information
pepone and externl authored Apr 10, 2024
1 parent db1250a commit 31955e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/IceSSL/SSLEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ IceSSL::SSLEngine::verifyPeerCertName(const string& address, const ConnectionInf
}
else
{
// If subjectAlt is empty compare it ot the subject CN, otherwise compare it to the to the subject alt
// If subjectAlt is empty compare it to the subject CN, otherwise compare it to the to the subject alt
// name dnsNames.
if (dnsNames.empty())
{
Expand Down

0 comments on commit 31955e0

Please sign in to comment.