Fix Bug 6172051 - Add localizable error messages for NSS error codes, r=rrelyea
git-svn-id: svn://10.0.0.236/trunk@262713 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
71bc215dce
commit
eea2a62ae8
@ -50,7 +50,7 @@
|
||||
#include "plgetopt.h"
|
||||
#include "softoken.h"
|
||||
#include "nspr.h"
|
||||
#include "nss.h"
|
||||
#include "nssutil.h"
|
||||
#include "secoid.h"
|
||||
|
||||
#ifdef NSS_ENABLE_ECC
|
||||
@ -78,7 +78,7 @@ char *testdir = NULL;
|
||||
if (rv) { \
|
||||
PRErrorCode prerror = PR_GetError(); \
|
||||
PR_fprintf(PR_STDERR, "%s: ERR %d (%s) at line %d.\n", progName, \
|
||||
prerror, SECU_Strerror(prerror), ln); \
|
||||
prerror, NSS_Strerror(prerror), ln); \
|
||||
exit(-1); \
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user