summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/comp/comp_err.c
diff options
context:
space:
mode:
authortb <>2022-01-09 23:50:10 +0000
committertb <>2022-01-09 23:50:10 +0000
commit6fdfbb9f435044e140b7b1434c13471664a9de1c (patch)
tree015bdb3dad1610983701b6a466e4eee7db0708f4 /src/lib/libcrypto/comp/comp_err.c
parent1050bd87c0df9d7bceeb4e58ed0c9836dc272a6b (diff)
downloadopenbsd-6fdfbb9f435044e140b7b1434c13471664a9de1c.tar.gz
openbsd-6fdfbb9f435044e140b7b1434c13471664a9de1c.tar.bz2
openbsd-6fdfbb9f435044e140b7b1434c13471664a9de1c.zip
Add an essentially empty comp_local.h and include it where it will
be needed. discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/comp/comp_err.c')
-rw-r--r--src/lib/libcrypto/comp/comp_err.c4
1 files changed, 3 insertions, 1 deletions
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 @@
1/* $OpenBSD: comp_err.c,v 1.10 2017/01/29 17:49:22 beck Exp $ */ 1/* $OpenBSD: comp_err.c,v 1.11 2022/01/09 23:50:10 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -60,6 +60,8 @@
60#include <openssl/comp.h> 60#include <openssl/comp.h>
61#include <openssl/err.h> 61#include <openssl/err.h>
62 62
63#include "comp_local.h"
64
63/* BEGIN ERROR CODES */ 65/* BEGIN ERROR CODES */
64#ifndef OPENSSL_NO_ERR 66#ifndef OPENSSL_NO_ERR
65 67