mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57: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
|
|
@ -553,7 +553,7 @@ print_raw_certificates(FILE *out_file, SECItem **raw_certs, int level)
|
|||
|
||||
fprintf(out_file, "Certificate List:\n");
|
||||
while ((raw_cert = raw_certs[i++]) != NULL) {
|
||||
sprintf(cert_label, "Certificate (%d)", i);
|
||||
snprintf(cert_label, sizeof(cert_label), "Certificate (%d)", i);
|
||||
(void)SECU_PrintSignedData(out_file, raw_cert, cert_label, level + 1,
|
||||
(SECU_PPFunc)SECU_PrintCertificate);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue