mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
|
|
@ -19,6 +19,7 @@ ListCerts(char *key, int list_certs)
|
|||
{
|
||||
int failed = 0;
|
||||
SECStatus rv;
|
||||
char *ugly_list;
|
||||
CERTCertDBHandle *db;
|
||||
|
||||
CERTCertificate *cert;
|
||||
|
|
@ -32,6 +33,14 @@ 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