aboutsummaryrefslogtreecommitdiff
path: root/crypto/comp
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
committerUlf Möller <ulf@openssl.org>1999-04-26 16:43:10 +0000
commita9be3af5ad4836f7e50f0546311ca90c717b861e (patch)
treef44f7f8c4497d85da4c5cbd08067479bb20ced95 /crypto/comp
parent47339f6179fbefafc793c10b0411ed0365497d65 (diff)
downloadopenssl-a9be3af5ad4836f7e50f0546311ca90c717b861e.zip
openssl-a9be3af5ad4836f7e50f0546311ca90c717b861e.tar.gz
openssl-a9be3af5ad4836f7e50f0546311ca90c717b861e.tar.bz2
Remove NOPROTO definitions and error code comments.
Diffstat (limited to 'crypto/comp')
-rw-r--r--crypto/comp/comp.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/crypto/comp/comp.h b/crypto/comp/comp.h
index 4d81062..93bd9c3 100644
--- a/crypto/comp/comp.h
+++ b/crypto/comp/comp.h
@@ -30,7 +30,6 @@ typedef struct comp_ctx_st
CRYPTO_EX_DATA ex_data;
} COMP_CTX;
-#ifndef NOPROTO
COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
void COMP_CTX_free(COMP_CTX *ctx);
@@ -43,18 +42,6 @@ COMP_METHOD *COMP_rle(void );
COMP_METHOD *COMP_zlib(void );
#endif
-#else
-
-COMP_CTX *COMP_CTX_new();
-void COMP_CTX_free();
-int COMP_compress_block();
-int COMP_expand_block();
-COMP_METHOD *COMP_rle();
-#ifdef ZLIB
-COMP_METHOD *COMP_zlib();
-#endif
-
-#endif
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.