diff options
author | Rich Salz <rsalz@openssl.org> | 2016-05-23 15:02:34 -0400 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-05-23 15:04:23 -0400 |
commit | 0cd0a820abc6124cf8e176fa92d620a2abf9e419 (patch) | |
tree | c4eb13c39e7b280de486b86ac4721c9442e0cbf9 /include/openssl/comp.h | |
parent | f65a8c1e66f43b642d5d1709a933615aac62cebd (diff) | |
download | openssl-new-0cd0a820abc6124cf8e176fa92d620a2abf9e419.tar.gz |
Remove unused error/function codes.
Add script to find unused err/reason codes
Remove unused reason codes.
Remove entries for unused functions
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'include/openssl/comp.h')
-rw-r--r-- | include/openssl/comp.h | 6 |
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 |