fix broken AIX build

git-svn-id: svn://10.0.0.236/trunk@105265 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ian.mcgreer%sun.com 2001-10-12 15:16:38 +00:00
parent 875cfc4108
commit 9f40a0075a

View File

@ -35,7 +35,7 @@
#define PKIT_H
#ifdef DEBUG
static const char PKIT_CVS_ID[] = "@(#) $RCSfile: pkit.h,v $ $Revision: 1.3 $ $Date: 2001-10-11 16:34:46 $ $Name: not supported by cvs2svn $";
static const char PKIT_CVS_ID[] = "@(#) $RCSfile: pkit.h,v $ $Revision: 1.4 $ $Date: 2001-10-12 15:16:38 $ $Name: not supported by cvs2svn $";
#endif /* DEBUG */
/*
@ -74,7 +74,7 @@ PR_BEGIN_EXTERN_C
typedef enum {
NSSCertificateType_Unknown = 0,
NSSCertificateType_PKIX = 1,
NSSCertificateType_PKIX = 1
} NSSCertificateType;
typedef struct nssDecodedCertStr nssDecodedCert;