Skip to content

Commit

Permalink
set correct status
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Jun 24, 2024
1 parent 5ffb268 commit a381b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/darwin/darwin_pki_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ int aws_import_public_and_private_keys_to_keychain(
1,
&kCFTypeDictionaryKeyCallBacks,
&kCFTypeDictionaryValueCallBacks);
cert_status = SecItemUpdate(key_dict, update_key_dict);
key_status = SecItemUpdate(key_dict, update_key_dict);
CFRelease(update_key_dict);
}

Expand Down

0 comments on commit a381b81

Please sign in to comment.