fix HPUX builds for bug #417024. r=alexei.volkov

git-svn-id: svn://10.0.0.236/trunk@246764 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nelson%bolyard.com 2008-02-29 00:50:17 +00:00
parent a126b9c46b
commit ed68d75416
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ const char * const PKIX_ErrorText[] =
#include "pkix_errorstrings.h"
};
extern const int const PKIX_PLErrorIndex[];
extern const int PKIX_PLErrorIndex[];
/* --Private-Functions-------------------------------------------- */

View File

@ -47,7 +47,7 @@
#define PKIX_ERRORENTRY(name,desc,plerr) plerr
const SECErrorCodes const PKIX_PLErrorIndex[] =
const SECErrorCodes PKIX_PLErrorIndex[] =
{
#include "pkix_errorstrings.h"
};