diff options
author | beck <> | 2022-11-11 19:18:55 +0000 |
---|---|---|
committer | beck <> | 2022-11-11 19:18:55 +0000 |
commit | fc6cccc0c020e8fb32b30a3ff825f0c64a0af374 (patch) | |
tree | 88ffe4405d2e9b9272dd2b9a04ba66a7e9bb32cd /src/lib/libcrypto/Symbols.namespace | |
parent | e548e2833a12773ab82878ccd47964878019aee8 (diff) | |
download | openbsd-fc6cccc0c020e8fb32b30a3ff825f0c64a0af374.tar.gz openbsd-fc6cccc0c020e8fb32b30a3ff825f0c64a0af374.tar.bz2 openbsd-fc6cccc0c020e8fb32b30a3ff825f0c64a0af374.zip |
Hide symbols in libcrypto/stack
Automated change from the first attempts at the semi automated
Guentherizer 2000.
ok jsing@ tb@ joshua@
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 31f7fba4c8..6ec4d6f648 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -7,3 +7,24 @@ _libre_HMAC_CTX_set_flags | |||
7 | _libre_HMAC_Final | 7 | _libre_HMAC_Final |
8 | _libre_HMAC_Init_ex | 8 | _libre_HMAC_Init_ex |
9 | _libre_HMAC_Update | 9 | _libre_HMAC_Update |
10 | _libre_sk_num | ||
11 | _libre_sk_value | ||
12 | _libre_sk_set | ||
13 | _libre_sk_new | ||
14 | _libre_sk_new_null | ||
15 | _libre_sk_free | ||
16 | _libre_sk_pop_free | ||
17 | _libre_sk_insert | ||
18 | _libre_sk_delete | ||
19 | _libre_sk_delete_ptr | ||
20 | _libre_sk_find | ||
21 | _libre_sk_find_ex | ||
22 | _libre_sk_push | ||
23 | _libre_sk_unshift | ||
24 | _libre_sk_shift | ||
25 | _libre_sk_pop | ||
26 | _libre_sk_zero | ||
27 | _libre_sk_set_cmp_func | ||
28 | _libre_sk_dup | ||
29 | _libre_sk_sort | ||
30 | _libre_sk_is_sorted | ||