aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/comp/c_rle.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/comp/c_rle.c')
-rw-r--r--crypto/comp/c_rle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/comp/c_rle.c b/crypto/comp/c_rle.c
index 1a819e3737..efd366fa22 100644
--- a/crypto/comp/c_rle.c
+++ b/crypto/comp/c_rle.c
@@ -17,6 +17,7 @@ static COMP_METHOD rle_method={
rle_compress_block,
rle_expand_block,
NULL,
+ NULL,
};
COMP_METHOD *COMP_rle(void)