Remove unused error/function codes.
[openssl.git] / include / openssl / comp.h
index 4d66cbbd055dfac7fa68f1cdb9369ea7b8a03ec0..520d709a6f789d1ddb8553f9b1cef42eee505f21 100644 (file)
@@ -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