summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ui/ui_openssl.c
diff options
context:
space:
mode:
authorbeck <>2022-11-12 13:16:10 +0000
committerbeck <>2022-11-12 13:16:10 +0000
commit70ab1d8e94bd3980047d58c783b898276a0faa90 (patch)
treea76738290dfec55de731944109fadcfacf100efc /src/lib/libcrypto/ui/ui_openssl.c
parent3b3bd87c8ba6eed119f57fda3b29fee076d34d15 (diff)
downloadopenbsd-70ab1d8e94bd3980047d58c783b898276a0faa90.tar.gz
openbsd-70ab1d8e94bd3980047d58c783b898276a0faa90.tar.bz2
openbsd-70ab1d8e94bd3980047d58c783b898276a0faa90.zip
Hide symbols in libcrypto/ui
ok jsing@
Diffstat (limited to 'src/lib/libcrypto/ui/ui_openssl.c')
-rw-r--r--src/lib/libcrypto/ui/ui_openssl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ui/ui_openssl.c b/src/lib/libcrypto/ui/ui_openssl.c
index 9562c2c937..81d7b8de1c 100644
--- a/src/lib/libcrypto/ui/ui_openssl.c
+++ b/src/lib/libcrypto/ui/ui_openssl.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ui_openssl.c,v 1.25 2015/09/10 15:56:26 jsing Exp $ */ 1/* $OpenBSD: ui_openssl.c,v 1.26 2022/11/12 13:16:10 beck Exp $ */
2/* Written by Richard Levitte (richard@levitte.org) and others 2/* Written by Richard Levitte (richard@levitte.org) and others
3 * for the OpenSSL project 2001. 3 * for the OpenSSL project 2001.
4 */ 4 */
@@ -167,6 +167,7 @@ UI_OpenSSL(void)
167{ 167{
168 return &ui_openssl; 168 return &ui_openssl;
169} 169}
170LCRYPTO_ALIAS(UI_OpenSSL)
170 171
171/* The following function makes sure that info and error strings are printed 172/* The following function makes sure that info and error strings are printed
172 before any prompt. */ 173 before any prompt. */