From 0f401ff08be9d35cfddab88ca13578d29a83c034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lutz=20J=C3=A4nicke?= Date: Fri, 18 Apr 2008 07:43:26 +0000 Subject: Add missing 'extern "C" {' to some _err.h files in crypto/engines/ PR: 1609 --- engines/e_cswift_err.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/e_cswift_err.h') diff --git a/engines/e_cswift_err.h b/engines/e_cswift_err.h index 9072cbe616..69c2a9f874 100644 --- a/engines/e_cswift_err.h +++ b/engines/e_cswift_err.h @@ -55,6 +55,10 @@ #ifndef HEADER_CSWIFT_ERR_H #define HEADER_CSWIFT_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. -- cgit v1.2.3