diff options
| author | beck <> | 2024-04-10 14:51:02 +0000 |
|---|---|---|
| committer | beck <> | 2024-04-10 14:51:02 +0000 |
| commit | 28391ee6892093e7875a30c2bc0924a7bbcb17ea (patch) | |
| tree | 1de2e3788fdb529f8ab9454147625167504e92c8 /src/lib/libcrypto/Symbols.namespace | |
| parent | dd303cf95a55e7ed2d56234a22f99bc1f0e08dfe (diff) | |
| download | openbsd-28391ee6892093e7875a30c2bc0924a7bbcb17ea.tar.gz openbsd-28391ee6892093e7875a30c2bc0924a7bbcb17ea.tar.bz2 openbsd-28391ee6892093e7875a30c2bc0924a7bbcb17ea.zip | |
Finish Hiding symbols in crypto.h
crypto.h already had the symbols not hidden behind LIBRESSL_INTERNAL
hidden - This now picks up the reset of them marking them as
LCRYPTO_UNUSED, and removes the LIBRESSL_INTERNAL guard.
These symbols will now be hidden, but if we use them inside
the library in a namespaced build we will get a deprecation
warning. use outside the library will be as with any other hidden
symbol, so fine.
ok tb@
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
| -rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 210efc2770..0f44808bbc 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
| @@ -3148,3 +3148,34 @@ _libre_CONF_get1_default_config_file | |||
| 3148 | _libre_CONF_parse_list | 3148 | _libre_CONF_parse_list |
| 3149 | _libre_OPENSSL_load_builtin_modules | 3149 | _libre_OPENSSL_load_builtin_modules |
| 3150 | _libre_ERR_load_CONF_strings | 3150 | _libre_ERR_load_CONF_strings |
| 3151 | _libre_CRYPTO_mem_ctrl | ||
| 3152 | _libre_CRYPTO_set_id_callback | ||
| 3153 | _libre_CRYPTO_get_id_callback | ||
| 3154 | _libre_CRYPTO_thread_id | ||
| 3155 | _libre_CRYPTO_get_new_lockid | ||
| 3156 | _libre_CRYPTO_get_lock_name | ||
| 3157 | _libre_CRYPTO_num_locks | ||
| 3158 | _libre_CRYPTO_set_locking_callback | ||
| 3159 | _libre_CRYPTO_get_locking_callback | ||
| 3160 | _libre_CRYPTO_set_add_lock_callback | ||
| 3161 | _libre_CRYPTO_get_add_lock_callback | ||
| 3162 | _libre_CRYPTO_THREADID_set_numeric | ||
| 3163 | _libre_CRYPTO_THREADID_set_pointer | ||
| 3164 | _libre_CRYPTO_THREADID_set_callback | ||
| 3165 | _libre_CRYPTO_THREADID_get_callback | ||
| 3166 | _libre_CRYPTO_get_new_dynlockid | ||
| 3167 | _libre_CRYPTO_destroy_dynlockid | ||
| 3168 | _libre_CRYPTO_get_dynlock_value | ||
| 3169 | _libre_CRYPTO_set_dynlock_create_callback | ||
| 3170 | _libre_CRYPTO_set_dynlock_lock_callback | ||
| 3171 | _libre_CRYPTO_set_dynlock_destroy_callback | ||
| 3172 | _libre_CRYPTO_get_dynlock_lock_callback | ||
| 3173 | _libre_CRYPTO_get_dynlock_destroy_callback | ||
| 3174 | _libre_CRYPTO_malloc | ||
| 3175 | _libre_CRYPTO_strdup | ||
| 3176 | _libre_CRYPTO_free | ||
| 3177 | _libre_OPENSSL_cleanse | ||
| 3178 | _libre_FIPS_mode | ||
| 3179 | _libre_FIPS_mode_set | ||
| 3180 | _libre_OPENSSL_init | ||
| 3181 | _libre_CRYPTO_memcmp | ||
