mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07: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
|
|
@ -15,7 +15,7 @@
|
|||
#include "cert.h"
|
||||
#include "certi.h"
|
||||
#include "secitem.h"
|
||||
#include "key.h"
|
||||
#include "keyhi.h"
|
||||
#include "secoid.h"
|
||||
#include "pkcs7t.h"
|
||||
#include "cmsreclist.h"
|
||||
|
|
@ -741,7 +741,7 @@ find_certs_from_nickname(const char *nickname, void *wincx)
|
|||
char *delimit = NULL;
|
||||
char *tokenName;
|
||||
|
||||
if (!strncmp(nickname, "pkcs11:", strlen("pkcs11:"))) {
|
||||
if (!PORT_Strncasecmp(nickname, "pkcs11:", strlen("pkcs11:"))) {
|
||||
certs = find_certs_from_uri(nickname, wincx);
|
||||
if (certs)
|
||||
return certs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue