X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fcomp.h;h=520d709a6f789d1ddb8553f9b1cef42eee505f21;hp=4d66cbbd055dfac7fa68f1cdb9369ea7b8a03ec0;hb=0cd0a820abc6124cf8e176fa92d620a2abf9e419;hpb=21dcbebc6e35419f1842f39a125374ea1ba45693 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