]> git.saurik.com Git - apple/security.git/blobdiff - Security/libsecurity_apple_x509_tp/lib/TPDatabase.h
Security-57031.30.12.tar.gz
[apple/security.git] / Security / libsecurity_apple_x509_tp / lib / TPDatabase.h
index 6e618a412d952197de855183f1695523e2b1e307..003d58ae7baa671f03d5fcee6ed413cc157aff7d 100644 (file)
@@ -39,10 +39,11 @@ TPCertInfo *tpDbFindIssuerCert(
        const TPClItemInfo              *subjectItem,
        const CSSM_DL_DB_LIST   *dbList,
        const char                              *verifyTime,            // may be NULL
-       bool                                    &partialIssuerKey);     // RETURNED
+       bool                                    &partialIssuerKey,      // RETURNED
+    TPCertInfo              *oldRoot);
 
 /*
- * Search a list of DBs for a CRL from the specified issuer and (optional)  
+ * Search a list of DBs for a CRL from the specified issuer and (optional)
  * TPVerifyContext.verifyTime. 
  * Just a boolean return - we found it, or not. If we did, we return a
  * TPCrlInfo which has been verified with the specified TPVerifyContext.