summaryrefslogtreecommitdiffstats
path: root/include/openssl/comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/comp.h')
-rw-r--r--include/openssl/comp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/openssl/comp.h b/include/openssl/comp.h
index 4d66cbbd05..520d709a6f 100644
--- a/include/openssl/comp.h
+++ b/include/openssl/comp.h
@@ -49,6 +49,7 @@ const BIO_METHOD *BIO_f_zlib(void);
* 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.
*/
+
void ERR_load_COMP_strings(void);
/* Error codes for the COMP functions. */
@@ -64,9 +65,8 @@ void ERR_load_COMP_strings(void);
# define COMP_R_ZLIB_INFLATE_ERROR 100
# define COMP_R_ZLIB_NOT_SUPPORTED 101
-#ifdef __cplusplus
+# ifdef __cplusplus
}
+# endif
# endif
-# endif
-
#endif