Bugzilla Bug 342582: Use the PKCS #11 headers in NSS on Windows, too.

This commit is contained in:
wtchang%redhat.com 2006-09-08 00:55:03 +00:00
parent be5a272508
commit f2a1a681f6

View File

@ -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]))