summaryrefslogtreecommitdiff
path: root/apps/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/crypto.h')
-rw-r--r--apps/crypto.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/crypto.h b/apps/crypto.h
index b41d0c0d..3b8e1fc3 100644
--- a/apps/crypto.h
+++ b/apps/crypto.h
@@ -9,10 +9,6 @@
#ifndef __XMLSEC_APPS_CRYPTO_H__
#define __XMLSEC_APPS_CRYPTO_H__
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
#include <libxml/tree.h>
#include <xmlsec/xmlsec.h>
#include <xmlsec/keys.h>
@@ -20,6 +16,10 @@ extern "C" {
#include <xmlsec/keysmngr.h>
#include <xmlsec/crypto.h>
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
int xmlSecAppCryptoInit (const char* config);
int xmlSecAppCryptoShutdown (void);