X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..07691282a056c4efea71e1e505527601e8cc166b:/OSX/libsecurity_smime/lib/SecSMIMEPriv.h diff --git a/OSX/libsecurity_smime/lib/SecSMIMEPriv.h b/OSX/libsecurity_smime/lib/SecSMIMEPriv.h index 8888e49b..0201a22b 100644 --- a/OSX/libsecurity_smime/lib/SecSMIMEPriv.h +++ b/OSX/libsecurity_smime/lib/SecSMIMEPriv.h @@ -160,7 +160,8 @@ extern OSStatus SecSMIMECreateMSSMIMEEncKeyPrefs(SecArenaPoolRef pool, CSSM_DATA * SecSMIMEGetCertFromEncryptionKeyPreference - find cert marked by EncryptionKeyPreference * attribute */ -extern SecCertificateRef SecSMIMEGetCertFromEncryptionKeyPreference(SecKeychainRef keychainOrArray, CSSM_DATA_PTR DERekp); +extern SecCertificateRef SecSMIMEGetCertFromEncryptionKeyPreference(SecKeychainRef keychainOrArray, CSSM_DATA_PTR *rawCerts, CSSM_DATA_PTR DERekp); + #ifdef __cplusplus