From 6fdfbb9f435044e140b7b1434c13471664a9de1c Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 9 Jan 2022 23:50:10 +0000 Subject: Add an essentially empty comp_local.h and include it where it will be needed. discussed with jsing --- src/lib/libcrypto/comp/c_rle.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/comp/c_rle.c') diff --git a/src/lib/libcrypto/comp/c_rle.c b/src/lib/libcrypto/comp/c_rle.c index 7004c35029..93b2f3c71b 100644 --- a/src/lib/libcrypto/comp/c_rle.c +++ b/src/lib/libcrypto/comp/c_rle.c @@ -1,10 +1,12 @@ -/* $OpenBSD: c_rle.c,v 1.8 2014/11/03 16:58:28 tedu Exp $ */ +/* $OpenBSD: c_rle.c,v 1.9 2022/01/09 23:50:10 tb Exp $ */ #include #include #include #include #include +#include "comp_local.h" + static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen, unsigned char *in, unsigned int ilen); static int rle_expand_block(COMP_CTX *ctx, unsigned char *out, -- cgit v1.2.3-55-g6feb