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_err.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/comp/comp_err.c') diff --git a/src/lib/libcrypto/comp/comp_err.c b/src/lib/libcrypto/comp/comp_err.c index be8a8fc708..ccc7a28cd3 100644 --- a/src/lib/libcrypto/comp/comp_err.c +++ b/src/lib/libcrypto/comp/comp_err.c @@ -1,4 +1,4 @@ -/* $OpenBSD: comp_err.c,v 1.10 2017/01/29 17:49:22 beck Exp $ */ +/* $OpenBSD: comp_err.c,v 1.11 2022/01/09 23:50:10 tb Exp $ */ /* ==================================================================== * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. * @@ -60,6 +60,8 @@ #include #include +#include "comp_local.h" + /* BEGIN ERROR CODES */ #ifndef OPENSSL_NO_ERR -- cgit v1.2.3-55-g6feb