summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/xmlsec/nss/secerror.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity/source/xmlsec/nss/secerror.hxx')
-rw-r--r--xmlsecurity/source/xmlsec/nss/secerror.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/secerror.hxx b/xmlsecurity/source/xmlsec/nss/secerror.hxx
index c4d38f6d26fa..bd59078262d5 100644
--- a/xmlsecurity/source/xmlsec/nss/secerror.hxx
+++ b/xmlsecurity/source/xmlsec/nss/secerror.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLSECURITY_SOURCE_XMLSEC_NSS_SECERROR_HXX
-#define INCLUDED_XMLSECURITY_SOURCE_XMLSEC_NSS_SECERROR_HXX
+#pragma once
#include <sal/config.h>
@@ -28,6 +27,5 @@
const char* getCertError(PRErrorCode errNum);
void printChainFailure(CERTVerifyLog* log);
-#endif // INCLUDED_XMLSECURITY_SOURCE_XMLSEC_NSS_SECERROR_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */