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
commit97a013bc68d60ad211d8cdb339f38ccb4020ade6 (patch)
tree239565950f7a608fd134cd15de2937288ff47e77 /src/lib/libcrypto/comp/comp.h
parentc6775209edf6efcc569187bf0a3962ec2cb890a7 (diff)
downloadopenbsd-97a013bc68d60ad211d8cdb339f38ccb4020ade6.tar.gz
openbsd-97a013bc68d60ad211d8cdb339f38ccb4020ade6.tar.bz2
openbsd-97a013bc68d60ad211d8cdb339f38ccb4020ade6.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. */