summaryrefslogtreecommitdiff
path: root/include/xmlsec/openssl/evp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xmlsec/openssl/evp.h')
-rw-r--r--include/xmlsec/openssl/evp.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/include/xmlsec/openssl/evp.h b/include/xmlsec/openssl/evp.h
index 2f964e80..318ed301 100644
--- a/include/xmlsec/openssl/evp.h
+++ b/include/xmlsec/openssl/evp.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_EVP_H__
#define __XMLSEC_OPENSSL_EVP_H__
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
-
#include <openssl/evp.h>
#include <xmlsec/xmlsec.h>
@@ -21,6 +17,9 @@ extern "C" {
#include <xmlsec/openssl/crypto.h>
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
XMLSEC_CRYPTO_EXPORT int xmlSecOpenSSLEvpKeyDataAdoptEvp (xmlSecKeyDataPtr data,
EVP_PKEY* pKey);