diff options
author | Lutz Jänicke <jaenicke@openssl.org> | 2008-04-18 09:43:26 +0200 |
---|---|---|
committer | Lutz Jänicke <jaenicke@openssl.org> | 2008-04-18 09:43:26 +0200 |
commit | 0f401ff08be9d35cfddab88ca13578d29a83c034 (patch) | |
tree | d4286770d033538f97af76c2ca1fcb4f8f6b4ad7 /engines/e_4758cca_err.h | |
parent | Another minor update from the mingw development (diff) | |
download | openssl-0f401ff08be9d35cfddab88ca13578d29a83c034.tar.xz openssl-0f401ff08be9d35cfddab88ca13578d29a83c034.zip |
Add missing 'extern "C" {' to some _err.h files in crypto/engines/
PR: 1609
Diffstat (limited to 'engines/e_4758cca_err.h')
-rw-r--r-- | engines/e_4758cca_err.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/e_4758cca_err.h b/engines/e_4758cca_err.h index 3d4276be91..26087edbfa 100644 --- a/engines/e_4758cca_err.h +++ b/engines/e_4758cca_err.h @@ -55,6 +55,10 @@ #ifndef HEADER_CCA4758_ERR_H #define HEADER_CCA4758_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. |