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.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/comp/comp.h b/src/lib/libcrypto/comp/comp.h
index 58b51c6e82..8f3645f37b 100644
--- a/src/lib/libcrypto/comp/comp.h
+++ b/src/lib/libcrypto/comp/comp.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: comp.h,v 1.11 2022/12/24 07:12:09 tb Exp $ */ 1/* $OpenBSD: comp.h,v 1.12 2023/06/11 05:35:43 tb Exp $ */
2/* 2/*
3 * --------------------------------------------------------------------------- 3 * ---------------------------------------------------------------------------
4 * Patches to this file were contributed by 4 * Patches to this file were contributed by
@@ -131,12 +131,6 @@ COMP_METHOD *COMP_rle(void );
131COMP_METHOD *COMP_zlib(void ); 131COMP_METHOD *COMP_zlib(void );
132void COMP_zlib_cleanup(void); 132void COMP_zlib_cleanup(void);
133 133
134#ifdef HEADER_BIO_H
135#ifdef ZLIB
136BIO_METHOD *BIO_f_zlib(void);
137#endif
138#endif
139
140void ERR_load_COMP_strings(void); 134void ERR_load_COMP_strings(void);
141 135
142/* Error codes for the COMP functions. */ 136/* Error codes for the COMP functions. */