diff options
author | tb <> | 2024-03-02 11:28:46 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 11:28:46 +0000 |
commit | 9b9fc000d4d482c0c3086b0e54b4c1a88c76ee34 (patch) | |
tree | f40142fa94b70538607eebd6e277749aa7bb40c1 /src/lib/libcrypto/Symbols.namespace | |
parent | e26a003ae69c592a266ff1b2331d6206111a56db (diff) | |
download | openbsd-9b9fc000d4d482c0c3086b0e54b4c1a88c76ee34.tar.gz openbsd-9b9fc000d4d482c0c3086b0e54b4c1a88c76ee34.tar.bz2 openbsd-9b9fc000d4d482c0c3086b0e54b4c1a88c76ee34.zip |
Remove a bunch of CRYPTO memory API
This was neutered early on in the fork and has been rotting ever since.
Some parts of the API are still used, but it's easier to clean up when
most of the mess is gone.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index b673042f02..ff6e6492e2 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -1864,26 +1864,12 @@ _libre_CRYPTO_set_locked_mem_functions | |||
1864 | _libre_CRYPTO_set_mem_ex_functions | 1864 | _libre_CRYPTO_set_mem_ex_functions |
1865 | _libre_CRYPTO_set_locked_mem_ex_functions | 1865 | _libre_CRYPTO_set_locked_mem_ex_functions |
1866 | _libre_CRYPTO_set_mem_debug_functions | 1866 | _libre_CRYPTO_set_mem_debug_functions |
1867 | _libre_CRYPTO_get_mem_functions | ||
1868 | _libre_CRYPTO_get_locked_mem_functions | ||
1869 | _libre_CRYPTO_get_mem_ex_functions | ||
1870 | _libre_CRYPTO_get_locked_mem_ex_functions | ||
1871 | _libre_CRYPTO_get_mem_debug_functions | ||
1872 | _libre_CRYPTO_realloc_clean | 1867 | _libre_CRYPTO_realloc_clean |
1873 | _libre_CRYPTO_remalloc | 1868 | _libre_CRYPTO_remalloc |
1874 | _libre_CRYPTO_set_mem_debug_options | 1869 | _libre_CRYPTO_set_mem_debug_options |
1875 | _libre_CRYPTO_get_mem_debug_options | ||
1876 | _libre_CRYPTO_push_info_ | 1870 | _libre_CRYPTO_push_info_ |
1877 | _libre_CRYPTO_pop_info | 1871 | _libre_CRYPTO_pop_info |
1878 | _libre_CRYPTO_remove_all_info | 1872 | _libre_CRYPTO_remove_all_info |
1879 | _libre_CRYPTO_dbg_malloc | ||
1880 | _libre_CRYPTO_dbg_realloc | ||
1881 | _libre_CRYPTO_dbg_free | ||
1882 | _libre_CRYPTO_dbg_set_options | ||
1883 | _libre_CRYPTO_dbg_get_options | ||
1884 | _libre_CRYPTO_mem_leaks_fp | ||
1885 | _libre_CRYPTO_mem_leaks | ||
1886 | _libre_CRYPTO_mem_leaks_cb | ||
1887 | _libre_OpenSSLDie | 1873 | _libre_OpenSSLDie |
1888 | _libre_OPENSSL_cpu_caps | 1874 | _libre_OPENSSL_cpu_caps |
1889 | _libre_OPENSSL_init_crypto | 1875 | _libre_OPENSSL_init_crypto |