diff options
author | beck <> | 2023-07-08 08:28:23 +0000 |
---|---|---|
committer | beck <> | 2023-07-08 08:28:23 +0000 |
commit | 62076bba7c620e3ba9d5e1eb92934c369465834b (patch) | |
tree | a5a939397b6b2256dfb6935b10c9e72d34fbc502 /src/lib/libcrypto/Symbols.namespace | |
parent | 8035a603830bfb31d58529c3c42a85a6999ff6cb (diff) | |
download | openbsd-62076bba7c620e3ba9d5e1eb92934c369465834b.tar.gz openbsd-62076bba7c620e3ba9d5e1eb92934c369465834b.tar.bz2 openbsd-62076bba7c620e3ba9d5e1eb92934c369465834b.zip |
Hide symbols in crypto.h
ok jsing@
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 617fc06b13..89c4a06367 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -2013,3 +2013,53 @@ _libre_BUF_MEM_free | |||
2013 | _libre_BUF_MEM_grow | 2013 | _libre_BUF_MEM_grow |
2014 | _libre_BUF_MEM_grow_clean | 2014 | _libre_BUF_MEM_grow_clean |
2015 | _libre_ERR_load_BUF_strings | 2015 | _libre_ERR_load_BUF_strings |
2016 | _libre_OpenSSL_version | ||
2017 | _libre_OpenSSL_version_num | ||
2018 | _libre_SSLeay_version | ||
2019 | _libre_SSLeay | ||
2020 | _libre_CRYPTO_get_ex_data_implementation | ||
2021 | _libre_CRYPTO_set_ex_data_implementation | ||
2022 | _libre_CRYPTO_ex_data_new_class | ||
2023 | _libre_CRYPTO_get_ex_new_index | ||
2024 | _libre_CRYPTO_new_ex_data | ||
2025 | _libre_CRYPTO_dup_ex_data | ||
2026 | _libre_CRYPTO_free_ex_data | ||
2027 | _libre_CRYPTO_set_ex_data | ||
2028 | _libre_CRYPTO_get_ex_data | ||
2029 | _libre_CRYPTO_cleanup_all_ex_data | ||
2030 | _libre_CRYPTO_lock | ||
2031 | _libre_CRYPTO_add_lock | ||
2032 | _libre_CRYPTO_THREADID_current | ||
2033 | _libre_CRYPTO_THREADID_cmp | ||
2034 | _libre_CRYPTO_THREADID_cpy | ||
2035 | _libre_CRYPTO_THREADID_hash | ||
2036 | _libre_CRYPTO_set_mem_functions | ||
2037 | _libre_CRYPTO_set_locked_mem_functions | ||
2038 | _libre_CRYPTO_set_mem_ex_functions | ||
2039 | _libre_CRYPTO_set_locked_mem_ex_functions | ||
2040 | _libre_CRYPTO_set_mem_debug_functions | ||
2041 | _libre_CRYPTO_get_mem_functions | ||
2042 | _libre_CRYPTO_get_locked_mem_functions | ||
2043 | _libre_CRYPTO_get_mem_ex_functions | ||
2044 | _libre_CRYPTO_get_locked_mem_ex_functions | ||
2045 | _libre_CRYPTO_get_mem_debug_functions | ||
2046 | _libre_CRYPTO_realloc_clean | ||
2047 | _libre_CRYPTO_remalloc | ||
2048 | _libre_CRYPTO_set_mem_debug_options | ||
2049 | _libre_CRYPTO_get_mem_debug_options | ||
2050 | _libre_CRYPTO_push_info_ | ||
2051 | _libre_CRYPTO_pop_info | ||
2052 | _libre_CRYPTO_remove_all_info | ||
2053 | _libre_CRYPTO_dbg_malloc | ||
2054 | _libre_CRYPTO_dbg_realloc | ||
2055 | _libre_CRYPTO_dbg_free | ||
2056 | _libre_CRYPTO_dbg_set_options | ||
2057 | _libre_CRYPTO_dbg_get_options | ||
2058 | _libre_CRYPTO_mem_leaks_fp | ||
2059 | _libre_CRYPTO_mem_leaks | ||
2060 | _libre_CRYPTO_mem_leaks_cb | ||
2061 | _libre_OpenSSLDie | ||
2062 | _libre_OPENSSL_cpu_caps | ||
2063 | _libre_OPENSSL_init_crypto | ||
2064 | _libre_OPENSSL_cleanup | ||
2065 | _libre_ERR_load_CRYPTO_strings | ||