diff options
Diffstat (limited to 'src/lib/libcrypto/ui/ui_openssl.c')
-rw-r--r-- | src/lib/libcrypto/ui/ui_openssl.c | 3 |
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 | } |
170 | LCRYPTO_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. */ |