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:
parent
a126b9c46b
commit
ed68d75416
@ -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-------------------------------------------- */
|
||||
|
||||
|
||||
@ -47,7 +47,7 @@
|
||||
|
||||
#define PKIX_ERRORENTRY(name,desc,plerr) plerr
|
||||
|
||||
const SECErrorCodes const PKIX_PLErrorIndex[] =
|
||||
const SECErrorCodes PKIX_PLErrorIndex[] =
|
||||
{
|
||||
#include "pkix_errorstrings.h"
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user