summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-01 13:37:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-01 13:37:20 +0000
commit658eeec7cd40f2bd63373e0ec4b76cf428cfad0a (patch)
treefa6cb02e0589423a503a9b93d677c16d6065840c
parente1c3d65f08c1bdf7d5a760c7ec31b3e4cd3e973e (diff)
PR: 2586
Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com> Reviewed by: steve Fix brace mismatch.
-rw-r--r--engines/e_capi_err.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/e_capi_err.h b/engines/e_capi_err.h
index 4c749ec43d..efa7001038 100644
--- a/engines/e_capi_err.h
+++ b/engines/e_capi_err.h
@@ -55,6 +55,10 @@
#ifndef HEADER_CAPI_ERR_H
#define HEADER_CAPI_ERR_H
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.