aboutsummaryrefslogtreecommitdiff
path: root/crypto/comp/comp.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-11-30 23:41:58 +0000
committerBodo Möller <bodo@openssl.org>2000-11-30 23:41:58 +0000
commit8df788c97fcca6e0c6b80555ef7b131b900c1465 (patch)
treed8389e14da3695d0a438db55ea4ac8d1c7e218c9 /crypto/comp/comp.h
parent12cfcc128cbf1a5c6b9806ff39368f0d3c6be138 (diff)
downloadopenssl-8df788c97fcca6e0c6b80555ef7b131b900c1465.zip
openssl-8df788c97fcca6e0c6b80555ef7b131b900c1465.tar.gz
openssl-8df788c97fcca6e0c6b80555ef7b131b900c1465.tar.bz2
COMP_zlib should always be declared, even if it is not functional.
Don't dump core in ssltest.
Diffstat (limited to 'crypto/comp/comp.h')
-rw-r--r--crypto/comp/comp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/comp/comp.h b/crypto/comp/comp.h
index 0922609..aee8fcd 100644
--- a/crypto/comp/comp.h
+++ b/crypto/comp/comp.h
@@ -39,9 +39,7 @@ int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
unsigned char *in, int ilen);
COMP_METHOD *COMP_rle(void );
-#ifdef ZLIB
COMP_METHOD *COMP_zlib(void );
-#endif
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes