зеркало из https://github.com/mozilla/pjs.git
Deleted code that was made obsolete by the previous revision.
This commit is contained in:
Родитель
df25211e6f
Коммит
470f233add
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче