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, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/comp/comp_err.c b/src/lib/libcrypto/comp/comp_err.c index 5ec5039f80..49c476c023 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.13 2022/12/23 23:23:02 schwarze Exp $ */ | 1 | /* $OpenBSD: comp_err.c,v 1.14 2023/07/08 08:26:26 beck Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * This file was written by Dr. Stephen Henson <steve@openssl.org>. | 3 | * This file was written by Dr. Stephen Henson <steve@openssl.org>. |
4 | * Copyright (c) 1999, 2005, 2008 The OpenSSL Project. All rights reserved. | 4 | * Copyright (c) 1999, 2005, 2008 The OpenSSL Project. All rights reserved. |
@@ -92,3 +92,4 @@ ERR_load_COMP_strings(void) | |||
92 | } | 92 | } |
93 | #endif | 93 | #endif |
94 | } | 94 | } |
95 | LCRYPTO_ALIAS(ERR_load_COMP_strings); | ||