mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bugzilla Bug 342582: Use the PKCS #11 headers in NSS on Windows, too.
This commit is contained in:
parent
be5a272508
commit
f2a1a681f6
@ -49,15 +49,14 @@
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <windows.h>
|
||||
#define LIB_NAME "softokn3.dll"
|
||||
#include "cryptoki.h"
|
||||
#else
|
||||
#include "prlink.h"
|
||||
#include "pkcs11.h"
|
||||
#endif
|
||||
|
||||
#include "pkcs11.h"
|
||||
|
||||
|
||||
#define NUM_ELEM(array) (sizeof(array)/sizeof(array[0]))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user