mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 08:27:31 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
|
|
@ -19,7 +19,6 @@ ListCerts(char *key, int list_certs)
|
|||
{
|
||||
int failed = 0;
|
||||
SECStatus rv;
|
||||
char *ugly_list;
|
||||
CERTCertDBHandle *db;
|
||||
|
||||
CERTCertificate *cert;
|
||||
|
|
@ -33,14 +32,6 @@ ListCerts(char *key, int list_certs)
|
|||
errlog.tail = NULL;
|
||||
errlog.count = 0;
|
||||
|
||||
ugly_list = PORT_ZAlloc(16);
|
||||
|
||||
if (ugly_list == NULL) {
|
||||
out_of_memory();
|
||||
}
|
||||
|
||||
*ugly_list = 0;
|
||||
|
||||
db = CERT_GetDefaultCertDB();
|
||||
|
||||
if (list_certs == 2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue