summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/nss/secerror.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/xmlsec/nss/secerror.cxx')
-rw-r--r--xmlsecurity/source/xmlsec/nss/secerror.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/secerror.cxx b/xmlsecurity/source/xmlsec/nss/secerror.cxx
index 2b3438a356f6..b7e623ce00b8 100644
--- a/xmlsecurity/source/xmlsec/nss/secerror.cxx
+++ b/xmlsecurity/source/xmlsec/nss/secerror.cxx
@@ -24,11 +24,14 @@
#include <certt.h>
#include <sal/log.hxx>
+namespace {
+
struct ErrDesc {
PRErrorCode const errNum;
const char * errString;
};
+}
const ErrDesc allDesc[] = {