diff options
| author | tb <> | 2022-01-09 23:50:10 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-09 23:50:10 +0000 |
| commit | bf4ee03fd3bae28d5d96a9e3192342970fe0f9be (patch) | |
| tree | 015bdb3dad1610983701b6a466e4eee7db0708f4 /src/lib/libcrypto/comp/comp_err.c | |
| parent | 1e223c5abd4cda76f7e7c86288c76e5280a66fb9 (diff) | |
| download | openbsd-bf4ee03fd3bae28d5d96a9e3192342970fe0f9be.tar.gz openbsd-bf4ee03fd3bae28d5d96a9e3192342970fe0f9be.tar.bz2 openbsd-bf4ee03fd3bae28d5d96a9e3192342970fe0f9be.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.c | 4 |
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 | ||
