зеркало из https://github.com/mozilla/pjs.git
Bugzilla Bug 342582: Use the PKCS #11 headers in NSS on Windows, too.
This commit is contained in:
Родитель
3b363ece72
Коммит
79c7fd404c
|
@ -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]))
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче