summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dso/dso_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/dso/dso_err.c')
-rw-r--r--src/lib/libcrypto/dso/dso_err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/dso/dso_err.c b/src/lib/libcrypto/dso/dso_err.c
index 2eee155b57..9dec8a66b7 100644
--- a/src/lib/libcrypto/dso/dso_err.c
+++ b/src/lib/libcrypto/dso/dso_err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: dso_err.c,v 1.10 2022/07/12 14:42:49 kn Exp $ */ 1/* $OpenBSD: dso_err.c,v 1.11 2023/07/08 07:22:58 beck Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1999-2006 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1999-2006 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -103,3 +103,4 @@ ERR_load_DSO_strings(void)
103 } 103 }
104#endif 104#endif
105} 105}
106LCRYPTO_ALIAS(ERR_load_DSO_strings);