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/comp_lib.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/comp/comp_lib.c') diff --git a/src/lib/libcrypto/comp/comp_lib.c b/src/lib/libcrypto/comp/comp_lib.c index dde238ef72..3f914a75fa 100644 --- a/src/lib/libcrypto/comp/comp_lib.c +++ b/src/lib/libcrypto/comp/comp_lib.c @@ -1,10 +1,12 @@ -/* $OpenBSD: comp_lib.c,v 1.8 2014/11/03 16:58:28 tedu Exp $ */ +/* $OpenBSD: comp_lib.c,v 1.9 2022/01/09 23:50:10 tb Exp $ */ #include #include #include #include #include +#include "comp_local.h" + COMP_CTX * COMP_CTX_new(COMP_METHOD *meth) { -- cgit v1.2.3-55-g6feb