]> git.saurik.com Git - apple/security.git/blobdiff - libsecurity_smime/lib/cmsrecinfo.c
Security-57031.30.12.tar.gz
[apple/security.git] / libsecurity_smime / lib / cmsrecinfo.c
index bf3551e67515a035c0f955c047f6d502fe3f4bfa..5c2b356d6c075fbc0f3885838ff46627397e5e47 100644 (file)
@@ -288,6 +288,7 @@ loser:
 SecCmsRecipientInfoRef
 SecCmsRecipientInfoCreate(SecCmsEnvelopedDataRef envd, SecCertificateRef cert)
 {
+    /* TODO: we might want to prefer subjkeyid */
 #if 0
     SecCmsRecipientInfoRef info = SecCmsRecipientInfoCreateWithSubjKeyIDFromCert(envd, cert);