diff options
Diffstat (limited to 'lib/libcrypto/comp/comp_err.c')
-rw-r--r-- | lib/libcrypto/comp/comp_err.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/comp/comp_err.c b/lib/libcrypto/comp/comp_err.c index 5ec5039f80c..49c476c0237 100644 --- a/lib/libcrypto/comp/comp_err.c +++ b/lib/libcrypto/comp/comp_err.c @@ -1,4 +1,4 @@ -/* $OpenBSD: comp_err.c,v 1.13 2022/12/23 23:23:02 schwarze Exp $ */ +/* $OpenBSD: comp_err.c,v 1.14 2023/07/08 08:26:26 beck Exp $ */ /* ==================================================================== * This file was written by Dr. Stephen Henson <steve@openssl.org>. * Copyright (c) 1999, 2005, 2008 The OpenSSL Project. All rights reserved. @@ -92,3 +92,4 @@ ERR_load_COMP_strings(void) } #endif } +LCRYPTO_ALIAS(ERR_load_COMP_strings); |