зеркало из https://github.com/mozilla/pjs.git
fix HPUX builds for bug #417024. r=alexei.volkov
This commit is contained in:
Родитель
4c5cb493dd
Коммит
51c1a07561
|
@ -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"
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче