Index: nss/lib/certdb/stanpcertdb.c |
=================================================================== |
--- nss/lib/certdb/stanpcertdb.c (revision 203524) |
+++ nss/lib/certdb/stanpcertdb.c (working copy) |
@@ -693,7 +693,7 @@ |
static void |
add_to_subject_list(CERTCertList *certList, CERTCertificate *cert, |
- PRBool validOnly, int64 sorttime) |
+ PRBool validOnly, PRTime sorttime) |
{ |
SECStatus secrv; |
if (!validOnly || |
@@ -810,8 +810,8 @@ |
certdb_SaveSingleProfile(CERTCertificate *cert, const char *emailAddr, |
SECItem *emailProfile, SECItem *profileTime) |
{ |
- int64 oldtime; |
- int64 newtime; |
+ PRTime oldtime; |
+ PRTime newtime; |
SECStatus rv = SECFailure; |
PRBool saveit; |
SECItem oldprof, oldproftime; |