diff options
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 | ||