summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/rsa/rsa_err.c
diff options
context:
space:
mode:
authorbeck <>2023-07-08 12:26:45 +0000
committerbeck <>2023-07-08 12:26:45 +0000
commit2c1948ab61cef09c8a7c3306a9b8f7c311bb5c82 (patch)
tree1d31a132992bcce24a664d524c511ad61b072eee /src/lib/libcrypto/rsa/rsa_err.c
parent1b57bced238de7c542c37916bff7853a1c0a6b40 (diff)
downloadopenbsd-2c1948ab61cef09c8a7c3306a9b8f7c311bb5c82.tar.gz
openbsd-2c1948ab61cef09c8a7c3306a9b8f7c311bb5c82.tar.bz2
openbsd-2c1948ab61cef09c8a7c3306a9b8f7c311bb5c82.zip
Hide symbols in rsa
ok tb@
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa_err.c')
-rw-r--r--src/lib/libcrypto/rsa/rsa_err.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rsa/rsa_err.c b/src/lib/libcrypto/rsa/rsa_err.c
index 79425c0f45..8b54168900 100644
--- a/src/lib/libcrypto/rsa/rsa_err.c
+++ b/src/lib/libcrypto/rsa/rsa_err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: rsa_err.c,v 1.21 2022/07/12 14:42:50 kn Exp $ */ 1/* $OpenBSD: rsa_err.c,v 1.22 2023/07/08 12:26:45 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 *
@@ -155,3 +155,4 @@ ERR_load_RSA_strings(void)
155 } 155 }
156#endif 156#endif
157} 157}
158LCRYPTO_ALIAS(ERR_load_RSA_strings);