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

This commit is contained in:
nelson%bolyard.com 2008-02-29 00:50:17 +00:00
Родитель 4c5cb493dd
Коммит 51c1a07561
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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"
};