From 70ab1d8e94bd3980047d58c783b898276a0faa90 Mon Sep 17 00:00:00 2001 From: beck <> Date: Sat, 12 Nov 2022 13:16:10 +0000 Subject: Hide symbols in libcrypto/ui ok jsing@ --- src/lib/libcrypto/ui/ui_util.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/ui/ui_util.c') diff --git a/src/lib/libcrypto/ui/ui_util.c b/src/lib/libcrypto/ui/ui_util.c index d1040c9826..808b294d76 100644 --- a/src/lib/libcrypto/ui/ui_util.c +++ b/src/lib/libcrypto/ui/ui_util.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ui_util.c,v 1.10 2015/09/10 15:56:26 jsing Exp $ */ +/* $OpenBSD: ui_util.c,v 1.11 2022/11/12 13:16:10 beck Exp $ */ /* ==================================================================== * Copyright (c) 2001-2002 The OpenSSL Project. All rights reserved. * @@ -70,6 +70,7 @@ UI_UTIL_read_pw_string(char *buf, int length, const char *prompt, int verify) explicit_bzero(buff, BUFSIZ); return (ret); } +LCRYPTO_ALIAS(UI_UTIL_read_pw_string) int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, int verify) @@ -94,6 +95,7 @@ UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, int verify) ok = 0; return (ok); } +LCRYPTO_ALIAS(UI_UTIL_read_pw) /* * Old compatibility glue - see comment in ui_compat.h. -- cgit v1.2.3-55-g6feb