X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..ecaf5866106b8f08bdb7c1b4f489ef4dfd01278a:/OSX/libsecurity_cssm/lib/cssmapi.h diff --git a/OSX/libsecurity_cssm/lib/cssmapi.h b/OSX/libsecurity_cssm/lib/cssmapi.h index 68680f05..9540dd9e 100644 --- a/OSX/libsecurity_cssm/lib/cssmapi.h +++ b/OSX/libsecurity_cssm/lib/cssmapi.h @@ -431,7 +431,7 @@ CSSM_CSP_ChangeLoginAcl (CSSM_CSP_HANDLE CSPHandle, /* -------------------------------------------------------------------------- CSSM_GetKeyAcl has been deprecated in 10.7 and later. If the key in question is in a keychain then the ACL for the key can be - aquired by using the SecItemCopyMatching API specifically + acquired by using the SecItemCopyMatching API specifically kSecReturnAttributes with a value of kCFBooleanTrue. In the attributes dictionary is kSecAttrAccess key with a value of a SecAccessRef. With a SecAccessRef the ACL for the key can be gotten using either the @@ -460,7 +460,7 @@ CSSM_ChangeKeyAcl (CSSM_CSP_HANDLE CSPHandle, /* -------------------------------------------------------------------------- CSSM_GetKeyOwner has been deprecated in 10.7 and later. If the key in question is in a keychain then the ACL for the key can be - aquired by using the SecItemCopyMatching API specifically + acquired by using the SecItemCopyMatching API specifically kSecReturnAttributes with a value of kCFBooleanTrue. In the attributes dictionary is kSecAttrAccess key with a value of a SecAccessRef. With a SecAccessRef the ACL for the key can be gotten using either the