summaryrefslogtreecommitdiff
path: root/include/xmlsec/mscrypto/x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/mscrypto/x509.h')
-rw-r--r--include/xmlsec/mscrypto/x509.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/xmlsec/mscrypto/x509.h b/include/xmlsec/mscrypto/x509.h
index 60066bda..cb436097 100644
--- a/include/xmlsec/mscrypto/x509.h
+++ b/include/xmlsec/mscrypto/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_MSCRYPTO_X509_H__
#define __XMLSEC_MSCRYPTO_X509_H__
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
#ifndef XMLSEC_NO_X509
#include <xmlsec/xmlsec.h>
@@ -22,6 +18,10 @@ extern "C" {
#include <windows.h>
#include <wincrypt.h>
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
/**
* xmlSecMSCryptoKeyDataX509Id:
*
@@ -83,10 +83,10 @@ XMLSEC_CRYPTO_EXPORT void xmlSecMSCryptoX509StoreEnableSystemTrust
-#endif /* XMLSEC_NO_X509 */
-
#ifdef __cplusplus
}
#endif /* __cplusplus */
+#endif /* XMLSEC_NO_X509 */
+
#endif /* __XMLSEC_MSCRYPTO_X509_H__ */