diff options
author | beck <> | 2022-11-12 13:16:10 +0000 |
---|---|---|
committer | beck <> | 2022-11-12 13:16:10 +0000 |
commit | 70ab1d8e94bd3980047d58c783b898276a0faa90 (patch) | |
tree | a76738290dfec55de731944109fadcfacf100efc /src/lib/libcrypto/ui/ui_err.c | |
parent | 3b3bd87c8ba6eed119f57fda3b29fee076d34d15 (diff) | |
download | openbsd-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_err.c')
-rw-r--r-- | src/lib/libcrypto/ui/ui_err.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ui/ui_err.c b/src/lib/libcrypto/ui/ui_err.c index 691403aff6..a1207fb0c3 100644 --- a/src/lib/libcrypto/ui/ui_err.c +++ b/src/lib/libcrypto/ui/ui_err.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ui_err.c,v 1.10 2022/07/12 14:42:50 kn Exp $ */ | 1 | /* $OpenBSD: ui_err.c,v 1.11 2022/11/12 13:16:10 beck Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1999-2006 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1999-2006 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -93,3 +93,4 @@ ERR_load_UI_strings(void) | |||
93 | } | 93 | } |
94 | #endif | 94 | #endif |
95 | } | 95 | } |
96 | LCRYPTO_ALIAS(ERR_load_UI_strings) | ||