diff options
| author | beck <> | 2022-11-11 19:18:55 +0000 |
|---|---|---|
| committer | beck <> | 2022-11-11 19:18:55 +0000 |
| commit | c3d107e555c9047b056fca78ad9fc85579e401cb (patch) | |
| tree | 88ffe4405d2e9b9272dd2b9a04ba66a7e9bb32cd /src/lib/libcrypto/Symbols.namespace | |
| parent | 39d8fb2501f7e5c2d22fd9a544ef07f29231f60c (diff) | |
| download | openbsd-c3d107e555c9047b056fca78ad9fc85579e401cb.tar.gz openbsd-c3d107e555c9047b056fca78ad9fc85579e401cb.tar.bz2 openbsd-c3d107e555c9047b056fca78ad9fc85579e401cb.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 | ||
