summaryrefslogtreecommitdiff
path: root/security/nss/lib/crmf/respcmn.c
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2001-12-07 21:32:05 +0000
committerrelyea%netscape.com <devnull@localhost>2001-12-07 21:32:05 +0000
commit3c933d6907e8963244bb9412df37a6758321293e (patch)
treeb2e2eb693cd743e5f6739349b739c9ab5608b689 /security/nss/lib/crmf/respcmn.c
parent4aa5cc6a8cd44138bf7118e312c5fc89f27a6899 (diff)
downloadnss-hg-3c933d6907e8963244bb9412df37a6758321293e.tar.gz
nssren.h needs to be included first in the header file or AIX will fail.
Diffstat (limited to 'security/nss/lib/crmf/respcmn.c')
-rw-r--r--security/nss/lib/crmf/respcmn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/nss/lib/crmf/respcmn.c b/security/nss/lib/crmf/respcmn.c
index 6aa3d615e..d7c703ec0 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)