Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lxv committed Dec 19, 2024
1 parent d28dead commit 270b2f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions groups/ntc/ntca/ntca_encryptioncertificate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5419,8 +5419,8 @@ int EncryptionCertificateSubjectKeyUsageType::fromString(
return 0;
}

if (bdlb::String::areEqualCaseless(string, "KEY_CERTFICATE_SIGNATURE")) {
*result = e_KEY_CERTFICATE_SIGNATURE;
if (bdlb::String::areEqualCaseless(string, "KEY_CERTIFICATE_SIGNATURE")) {
*result = e_KEY_CERTIFICATE_SIGNATURE;
return 0;
}

Expand Down

0 comments on commit 270b2f6

Please sign in to comment.