summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/comp/comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/comp/comp.h')
-rw-r--r--src/lib/libcrypto/comp/comp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/comp/comp.h b/src/lib/libcrypto/comp/comp.h
index 0922609542..ab48b78ae9 100644
--- a/src/lib/libcrypto/comp/comp.h
+++ b/src/lib/libcrypto/comp/comp.h
@@ -39,14 +39,13 @@ int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
39int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen, 39int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
40 unsigned char *in, int ilen); 40 unsigned char *in, int ilen);
41COMP_METHOD *COMP_rle(void ); 41COMP_METHOD *COMP_rle(void );
42#ifdef ZLIB
43COMP_METHOD *COMP_zlib(void ); 42COMP_METHOD *COMP_zlib(void );
44#endif
45 43
46/* BEGIN ERROR CODES */ 44/* BEGIN ERROR CODES */
47/* The following lines are auto generated by the script mkerr.pl. Any changes 45/* The following lines are auto generated by the script mkerr.pl. Any changes
48 * made after this point may be overwritten when the script is next run. 46 * made after this point may be overwritten when the script is next run.
49 */ 47 */
48void ERR_load_COMP_strings(void);
50 49
51/* Error codes for the COMP functions. */ 50/* Error codes for the COMP functions. */
52 51
@@ -58,4 +57,3 @@ COMP_METHOD *COMP_zlib(void );
58} 57}
59#endif 58#endif
60#endif 59#endif
61