From: Dr. Stephen Henson Date: Thu, 1 Sep 2011 13:37:11 +0000 (+0000) Subject: PR: 2586 X-Git-Tag: OpenSSL_0_9_8s~38 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=c081817c95ed70e23279257f9dfcfe11469e58f3;hp=46a1f2487e9436dca1621a5bafafaa6067e9eb40 PR: 2586 Submitted by: Thomas Jarosch Reviewed by: steve Fix brace mismatch. --- 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.