From 229ee25f504e754820b7439321afaa20a9314c26 Mon Sep 17 00:00:00 2001 From: "relyea%netscape.com" Date: Fri, 7 Dec 2001 21:32:05 +0000 Subject: [PATCH] nssren.h needs to be included first in the header file or AIX will fail. --- security/nss/lib/crmf/asn1cmn.c | 2 +- security/nss/lib/crmf/respcmn.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/security/nss/lib/crmf/asn1cmn.c b/security/nss/lib/crmf/asn1cmn.c index 58424391dcc5..59ce5b4a898e 100644 --- a/security/nss/lib/crmf/asn1cmn.c +++ b/security/nss/lib/crmf/asn1cmn.c @@ -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) diff --git a/security/nss/lib/crmf/respcmn.c b/security/nss/lib/crmf/respcmn.c index 6aa3d615e206..d7c703ec0a3e 100644 --- a/security/nss/lib/crmf/respcmn.c +++ b/security/nss/lib/crmf/respcmn.c @@ -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)