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
Родитель 3b363ece72
Коммит 79c7fd404c
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

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