mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +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
|
|
@ -674,7 +674,7 @@ PK11URI_ParseURI(const char *string)
|
|||
const char *p = string;
|
||||
SECStatus ret;
|
||||
|
||||
if (strncmp("pkcs11:", p, 7) != 0) {
|
||||
if (PORT_Strncasecmp("pkcs11:", p, 7) != 0) {
|
||||
return NULL;
|
||||
}
|
||||
p += 7;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue