summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/comp/comp.h
diff options
context:
space:
mode:
authortb <>2023-06-11 05:35:43 +0000
committertb <>2023-06-11 05:35:43 +0000
commit52c7413490876d8fe7446a40eec79f0a1a74ffc7 (patch)
tree239565950f7a608fd134cd15de2937288ff47e77 /src/lib/libcrypto/comp/comp.h
parenteb0246e144fe40ea036a24f84618aff44aeec499 (diff)
downloadopenbsd-52c7413490876d8fe7446a40eec79f0a1a74ffc7.tar.gz
openbsd-52c7413490876d8fe7446a40eec79f0a1a74ffc7.tar.bz2
openbsd-52c7413490876d8fe7446a40eec79f0a1a74ffc7.zip
Unifdef ZLIB
This has long been unused code and compilation with -DZLIB was broken for a long time after BIO was made opaque. ok jsing
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. */