From cc6febdd37186eeea33bcbce89d79f661ee0009f Mon Sep 17 00:00:00 2001 From: Konrad Lipinski Date: Tue, 11 Jun 2019 16:25:51 +0200 Subject: Import upstream commit c4d0493d545b99194eea1b2b058930d5a9bb91b1 (1.2.28) Change-Id: I10f71567cb140be223923e1cd0b5895e366ac23e --- apps/crypto.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apps/crypto.h') 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 #include #include @@ -20,6 +16,10 @@ extern "C" { #include #include +#ifdef __cplusplus +extern "C" { +#endif /* __cplusplus */ + int xmlSecAppCryptoInit (const char* config); int xmlSecAppCryptoShutdown (void); -- cgit v1.2.3