summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-09-01 13:37:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-09-01 13:37:28 +0000
commitbe793425153b3a291bcc8028959e634b75d77cd7 (patch)
tree4f510faf1de8adc97b8ec2bf52aa7221cdd29649 /engines
parent064a6176aca0649a60afe94ee81e131a6e6061c1 (diff)
PR: 2586
Submitted by: Thomas Jarosch <thomas.jarosch@intra2net.com> Reviewed by: steve Fix brace mismatch.
Diffstat (limited to 'engines')
-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.