summaryrefslogtreecommitdiff
path: root/include/xmlsec/x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/x509.h')
-rw-r--r--include/xmlsec/x509.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/xmlsec/x509.h b/include/xmlsec/x509.h
index c5b20ba6..6a592eed 100644
--- a/include/xmlsec/x509.h
+++ b/include/xmlsec/x509.h
@@ -1,4 +1,4 @@
-/**
+/*
* XML Security Library (http://www.aleksey.com/xmlsec).
*
* This is free software; see Copyright file in the source
@@ -11,9 +11,6 @@
#ifndef XMLSEC_NO_X509
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
#include <stdio.h>
#include <libxml/tree.h>
@@ -27,6 +24,10 @@ extern "C" {
#include <xmlsec/keyinfo.h>
#include <xmlsec/transforms.h>
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
/**
* XMLSEC_X509DATA_CERTIFICATE_NODE:
*
@@ -67,7 +68,6 @@ extern "C" {
(XMLSEC_X509DATA_CERTIFICATE_NODE | XMLSEC_X509DATA_CRL_NODE)
XMLSEC_EXPORT int xmlSecX509DataGetNodeContent (xmlNodePtr node,
- int deleteChildren,
xmlSecKeyInfoCtxPtr keyInfoCtx);
#ifdef __cplusplus