mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Update NSS to 3.35-RTM
This commit is contained in:
parent
fe49ad404e
commit
66dd670b60
388 changed files with 39075 additions and 20752 deletions
|
|
@ -83,6 +83,10 @@ CK_RV s_open(const char *directory, const char *certPrefix,
|
|||
int flags, SDB **certdb, SDB **keydb, int *newInit);
|
||||
CK_RV s_shutdown();
|
||||
|
||||
#if defined(_WIN32)
|
||||
wchar_t *sdb_UTF8ToWide(const char *buf);
|
||||
#endif
|
||||
|
||||
/* flags */
|
||||
#define SDB_RDONLY 1
|
||||
#define SDB_RDWR 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue