Backport aes-x86_64.pl update from HEAD.
[oweals/openssl.git] / crypto / comp / c_rle.c
index 1a819e3737d9085d8221bc786eaad514c1b7371e..efd366fa2239aa08594f50c3d3fe4a266164be55 100644 (file)
@@ -17,6 +17,7 @@ static COMP_METHOD rle_method={
        rle_compress_block,
        rle_expand_block,
        NULL,
+       NULL,
        };
 
 COMP_METHOD *COMP_rle(void)