mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Update NSS to 3.41
This commit is contained in:
parent
d5f6e64f43
commit
5f0986e66f
540 changed files with 49568 additions and 10631 deletions
|
|
@ -133,6 +133,8 @@ long_usage(char *progname)
|
|||
"%-17s c SSL Client\n", "");
|
||||
PR_fprintf(pr_stderr,
|
||||
"%-17s s SSL Server\n", "");
|
||||
PR_fprintf(pr_stderr,
|
||||
"%-17s I IPsec\n", "");
|
||||
PR_fprintf(pr_stderr,
|
||||
"%-17s e Email Recipient\n", "");
|
||||
PR_fprintf(pr_stderr,
|
||||
|
|
@ -908,6 +910,9 @@ cert_usage_from_char(const char *cert_usage_str, SECCertUsage *cert_usage)
|
|||
case 's':
|
||||
*cert_usage = certUsageSSLServer;
|
||||
break;
|
||||
case 'I':
|
||||
*cert_usage = certUsageIPsec;
|
||||
break;
|
||||
case 'e':
|
||||
*cert_usage = certUsageEmailRecipient;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue