re-introduce old nss im too tired for this

This commit is contained in:
wuggy 2026-06-30 06:37:32 +01:00
commit 3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions

View file

@ -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) {
snprintf(cert_label, sizeof(cert_label), "Certificate (%d)", i);
sprintf(cert_label, "Certificate (%d)", i);
(void)SECU_PrintSignedData(out_file, raw_cert, cert_label, level + 1,
(SECU_PPFunc)SECU_PrintCertificate);
}