Remove the last traces of the fake RLE compression
[openssl.git] / include / openssl / comp.h
index 406c428aaeed7ee6e993e7607d9f22b8ef1ca4df..6799b0f4721aaea25c2e444eed810e24a0ad80f4 100644 (file)
@@ -43,7 +43,6 @@ int COMP_compress_block(COMP_CTX *ctx, unsigned char *out, int olen,
                         unsigned char *in, int ilen);
 int COMP_expand_block(COMP_CTX *ctx, unsigned char *out, int olen,
                       unsigned char *in, int ilen);
-COMP_METHOD *COMP_rle(void);
 COMP_METHOD *COMP_zlib(void);
 void COMP_zlib_cleanup(void);