summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bio/bio_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/bio/bio_err.c')
-rw-r--r--src/lib/libcrypto/bio/bio_err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bio/bio_err.c b/src/lib/libcrypto/bio/bio_err.c
index fa5d16aff8..36fabca21c 100644
--- a/src/lib/libcrypto/bio/bio_err.c
+++ b/src/lib/libcrypto/bio/bio_err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bio_err.c,v 1.19 2022/07/12 14:42:48 kn Exp $ */ 1/* $OpenBSD: bio_err.c,v 1.20 2023/07/05 21:23:37 beck Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -117,3 +117,4 @@ ERR_load_BIO_strings(void)
117 } 117 }
118#endif 118#endif
119} 119}
120LCRYPTO_ALIAS(ERR_load_BIO_strings);