Bugzilla Bug 342582: include <stdarg.h> instead of "prprf.h" for va_list,

va_start, etc.


git-svn-id: svn://10.0.0.236/trunk@209376 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtchang%redhat.com
2006-09-07 21:09:24 +00:00
parent 2aa2f1e9ff
commit 17b182a371

View File

@@ -1,4 +1,4 @@
/*
/*
* pk11mode.c - Test FIPS or NONFIPS Modes for the NSS PKCS11 api.
* The goal of this program is to test every function
* entry point of the PKCS11 api at least once.
@@ -46,6 +46,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#ifdef _WIN32
@@ -53,7 +54,6 @@
#define LIB_NAME "softokn3.dll"
#include "cryptoki.h"
#else
#include "prprf.h"
#include "prlink.h"
#include "pkcs11.h"
#endif