summaryrefslogtreecommitdiff
path: root/include/xmlsec/nss/x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/nss/x509.h')
-rw-r--r--include/xmlsec/nss/x509.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/xmlsec/nss/x509.h b/include/xmlsec/nss/x509.h
index fe5ceb4a..c8bff92d 100644
--- a/include/xmlsec/nss/x509.h
+++ b/include/xmlsec/nss/x509.h
@@ -1,5 +1,5 @@
-/**
- * XMLSec library
+/*
+ * XML Security Library (http://www.aleksey.com/xmlsec).
*
* This is free software; see Copyright file in the source
* distribution for preciese wording.
@@ -9,10 +9,6 @@
#ifndef __XMLSEC_NSS_X509_H__
#define __XMLSEC_NSS_X509_H__
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
#ifndef XMLSEC_NO_X509
#include <nspr.h>
@@ -23,6 +19,10 @@ extern "C" {
#include <xmlsec/keys.h>
#include <xmlsec/transforms.h>
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
/**
* xmlSecNssKeyDataX509Id:
*
@@ -82,10 +82,10 @@ XMLSEC_CRYPTO_EXPORT int xmlSecNssX509StoreAdoptCert (xml
xmlSecKeyDataType type);
-#endif /* XMLSEC_NO_X509 */
-
#ifdef __cplusplus
}
#endif /* __cplusplus */
+#endif /* XMLSEC_NO_X509 */
+
#endif /* __XMLSEC_NSS_X509_H__ */