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

va_start, etc.
This commit is contained in:
wtchang%redhat.com 2006-09-07 21:09:24 +00:00
parent 0ee3eb71ea
commit f382413f1a

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