mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-16 23:25:03 +00:00
Deleted code that was made obsolete by the previous revision.
This commit is contained in:
parent
41c5804b65
commit
d3e14fdce2
@ -34,7 +34,7 @@
|
||||
/*
|
||||
* Certificate handling code
|
||||
*
|
||||
* $Id: certdb.c,v 1.29 2002/04/22 20:27:52 ian.mcgreer%sun.com Exp $
|
||||
* $Id: certdb.c,v 1.30 2002/04/25 21:10:09 wtc%netscape.com Exp $
|
||||
*/
|
||||
|
||||
#include "nssilock.h"
|
||||
@ -2037,7 +2037,6 @@ CERT_ImportCerts(CERTCertDBHandle *certdb, SECCertUsage usage,
|
||||
}
|
||||
|
||||
if ( keepCerts ) {
|
||||
PK11SlotInfo *intSlot = PK11_GetInternalKeySlot();
|
||||
for ( i = 0; i < fcerts; i++ ) {
|
||||
SECKEY_UpdateCertPQG(certs[i]);
|
||||
if(CERT_IsCACert(certs[i], NULL) && (fcerts > 1)) {
|
||||
@ -2055,7 +2054,6 @@ CERT_ImportCerts(CERTCertDBHandle *certdb, SECCertUsage usage,
|
||||
}
|
||||
/* don't care if it fails - keep going */
|
||||
}
|
||||
PK11_FreeSlot(intSlot);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user