Skip to content

Commit

Permalink
misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Oct 29, 2024
1 parent 851273d commit ecc4417
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/darwin/darwin_pki_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,8 @@ int aws_secitem_import_cert_and_key(
* will require a different import strategy than the currently shared one.
*/
key_type = kSecAttrKeyTypeRSA;
AWS_LOG_ERROR(AWS_LS_IO_PKI, "The PKCS8 private key format is currently unsupported for use with SecItem.");
AWS_LOGF_ERROR(
AWS_LS_IO_PKI, "The PKCS8 private key format is currently unsupported for use with SecItem.");
result = aws_raise_error(AWS_ERROR_INVALID_ARGUMENT);
goto done;
break;
Expand Down

0 comments on commit ecc4417

Please sign in to comment.