summaryrefslogtreecommitdiff
path: root/include/xmlsec/openssl/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/openssl/app.h')
-rw-r--r--include/xmlsec/openssl/app.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/xmlsec/openssl/app.h b/include/xmlsec/openssl/app.h
index 5c5325fe..15a78803 100644
--- a/include/xmlsec/openssl/app.h
+++ b/include/xmlsec/openssl/app.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_OPENSSL_APP_H__
#define __XMLSEC_OPENSSL_APP_H__
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
#include <openssl/pem.h>
#include <openssl/bio.h>
@@ -21,6 +17,10 @@ extern "C" {
#include <xmlsec/keysmngr.h>
#include <xmlsec/transforms.h>
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
/********************************************************************
*
* Init/shutdown
@@ -60,7 +60,7 @@ XMLSEC_CRYPTO_EXPORT int xmlSecOpenSSLAppKeysMngrCertLoadBIO(xmlS
XMLSEC_CRYPTO_EXPORT int xmlSecOpenSSLAppKeysMngrAddCertsPath(xmlSecKeysMngrPtr mngr,
const char *path);
XMLSEC_CRYPTO_EXPORT int xmlSecOpenSSLAppKeysMngrAddCertsFile(xmlSecKeysMngrPtr mngr,
- const char *file);
+ const char *filename);
#endif /* XMLSEC_NO_X509 */