X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..7e6b461318c8a779d91381531435a68ee4e8b6ed:/OSX/libsecurity_keychain/lib/SecKeychainSearchPriv.h diff --git a/OSX/libsecurity_keychain/lib/SecKeychainSearchPriv.h b/OSX/libsecurity_keychain/lib/SecKeychainSearchPriv.h index 6d907fd9..f64e5c27 100644 --- a/OSX/libsecurity_keychain/lib/SecKeychainSearchPriv.h +++ b/OSX/libsecurity_keychain/lib/SecKeychainSearchPriv.h @@ -48,7 +48,7 @@ extern "C" { to find one or more keychain items which match specified attributes, use the SecItemCopyMatching API (see SecItem.h). */ OSStatus SecKeychainSearchCreateFromAttributesExtended(CFTypeRef keychainOrArray, SecItemClass itemClass, const SecKeychainAttributeList *attrList, CSSM_DB_CONJUNCTIVE dbConjunctive, CSSM_DB_OPERATOR dbOperator, SecKeychainSearchRef *searchRef) - DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER; + CSSM_DEPRECATED; #if defined(__cplusplus) }