diff options
author | tb <> | 2023-07-28 09:46:36 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 09:46:36 +0000 |
commit | 681b4eb7a5896143c26eac201c041f6f22357b18 (patch) | |
tree | 1aca488e2c506f6251ea781ae63f28ddea06a4b2 /src/lib/libcrypto/Symbols.namespace | |
parent | 52f7bdc5fb75e3796bdf3fa19043d8ee5213cf45 (diff) | |
download | openbsd-681b4eb7a5896143c26eac201c041f6f22357b18.tar.gz openbsd-681b4eb7a5896143c26eac201c041f6f22357b18.tar.bz2 openbsd-681b4eb7a5896143c26eac201c041f6f22357b18.zip |
Drop DSO and define OPENSSL_NO_DSO
DSO and in particular dlopen() was used for dynamic engines, which we
removed a long time ago and for dynamic conf modules, which we removed
only very recently. Now remove this dangerous interface.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 57727a186e..adaac43146 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -1776,31 +1776,6 @@ _libre_lh_node_usage_stats_bio | |||
1776 | _libre_SM3_Init | 1776 | _libre_SM3_Init |
1777 | _libre_SM3_Update | 1777 | _libre_SM3_Update |
1778 | _libre_SM3_Final | 1778 | _libre_SM3_Final |
1779 | _libre_DSO_new | ||
1780 | _libre_DSO_new_method | ||
1781 | _libre_DSO_free | ||
1782 | _libre_DSO_flags | ||
1783 | _libre_DSO_up_ref | ||
1784 | _libre_DSO_ctrl | ||
1785 | _libre_DSO_set_name_converter | ||
1786 | _libre_DSO_get_filename | ||
1787 | _libre_DSO_set_filename | ||
1788 | _libre_DSO_convert_filename | ||
1789 | _libre_DSO_merge | ||
1790 | _libre_DSO_get_loaded_filename | ||
1791 | _libre_DSO_set_default_method | ||
1792 | _libre_DSO_get_default_method | ||
1793 | _libre_DSO_get_method | ||
1794 | _libre_DSO_set_method | ||
1795 | _libre_DSO_load | ||
1796 | _libre_DSO_bind_var | ||
1797 | _libre_DSO_bind_func | ||
1798 | _libre_DSO_METHOD_openssl | ||
1799 | _libre_DSO_METHOD_null | ||
1800 | _libre_DSO_METHOD_dlfcn | ||
1801 | _libre_DSO_pathbyaddr | ||
1802 | _libre_DSO_global_lookup | ||
1803 | _libre_ERR_load_DSO_strings | ||
1804 | _libre_CT_POLICY_EVAL_CTX_new | 1779 | _libre_CT_POLICY_EVAL_CTX_new |
1805 | _libre_CT_POLICY_EVAL_CTX_free | 1780 | _libre_CT_POLICY_EVAL_CTX_free |
1806 | _libre_CT_POLICY_EVAL_CTX_get0_cert | 1781 | _libre_CT_POLICY_EVAL_CTX_get0_cert |