nssren.h needs to be included first in the header file or AIX will fail.

This commit is contained in:
relyea%netscape.com 2001-12-07 21:32:05 +00:00
parent f671d12eba
commit 229ee25f50
2 changed files with 2 additions and 3 deletions

View File

@ -31,9 +31,9 @@
* GPL.
*/
#include "nssrenam.h"
#include "cmmf.h"
#include "cmmfi.h"
#include "nssrenam.h"
SEC_ASN1_MKSUB(SECOID_AlgorithmIDTemplate)
SEC_ASN1_MKSUB(SEC_AnyTemplate)

View File

@ -32,12 +32,11 @@
* GPL.
*/
#include "nssrenam.h"
#include "cmmf.h"
#include "cmmfi.h"
#include "secitem.h"
#include "secder.h"
#include "nssrenam.h"
SECStatus
cmmf_DestroyPKIStatusInfo (CMMFPKIStatusInfo *info, PRBool freeit)