diff options
Diffstat (limited to 'src/lib/libcrypto/comp/comp_err.c')
-rw-r--r-- | src/lib/libcrypto/comp/comp_err.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/comp/comp_err.c b/src/lib/libcrypto/comp/comp_err.c index ccc7a28cd3..eb5fc0ad50 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.11 2022/01/09 23:50:10 tb Exp $ */ | 1 | /* $OpenBSD: comp_err.c,v 1.12 2022/07/12 14:42:48 kn 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 | * |
@@ -62,7 +62,6 @@ | |||
62 | 62 | ||
63 | #include "comp_local.h" | 63 | #include "comp_local.h" |
64 | 64 | ||
65 | /* BEGIN ERROR CODES */ | ||
66 | #ifndef OPENSSL_NO_ERR | 65 | #ifndef OPENSSL_NO_ERR |
67 | 66 | ||
68 | #define ERR_FUNC(func) ERR_PACK(ERR_LIB_COMP,func,0) | 67 | #define ERR_FUNC(func) ERR_PACK(ERR_LIB_COMP,func,0) |