diff options
author | tb <> | 2023-07-28 09:22:26 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 09:22:26 +0000 |
commit | f15cd04d37436407bfd863b507fcd73ca66e3976 (patch) | |
tree | 4eb57ae2fdd0f6dff20d00655e0d117dcf61415d /src/lib/libcrypto/Symbols.namespace | |
parent | e5c3cb1fc9513740908e7dc235cee9871623b942 (diff) | |
download | openbsd-f15cd04d37436407bfd863b507fcd73ca66e3976.tar.gz openbsd-f15cd04d37436407bfd863b507fcd73ca66e3976.tar.bz2 openbsd-f15cd04d37436407bfd863b507fcd73ca66e3976.zip |
Excise ECDH_METHOD
Unlike ECDSA_METHOD, this has been unused forever but kind of needed to
stay for symmetry with ECDSA_METHOD. Now we can finally take it behind
the barn and remove its tendrils into ENGINE.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 9ad2aa2c21..9dd16a93f2 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -1636,15 +1636,8 @@ _libre_SM4_encrypt | |||
1636 | _libre_CRYPTO_poly1305_init | 1636 | _libre_CRYPTO_poly1305_init |
1637 | _libre_CRYPTO_poly1305_update | 1637 | _libre_CRYPTO_poly1305_update |
1638 | _libre_CRYPTO_poly1305_finish | 1638 | _libre_CRYPTO_poly1305_finish |
1639 | _libre_ECDH_OpenSSL | ||
1640 | _libre_ECDH_set_default_method | ||
1641 | _libre_ECDH_get_default_method | ||
1642 | _libre_ECDH_set_method | ||
1643 | _libre_ECDH_size | 1639 | _libre_ECDH_size |
1644 | _libre_ECDH_compute_key | 1640 | _libre_ECDH_compute_key |
1645 | _libre_ECDH_get_ex_new_index | ||
1646 | _libre_ECDH_set_ex_data | ||
1647 | _libre_ECDH_get_ex_data | ||
1648 | _libre_PEM_get_EVP_CIPHER_INFO | 1641 | _libre_PEM_get_EVP_CIPHER_INFO |
1649 | _libre_PEM_do_header | 1642 | _libre_PEM_do_header |
1650 | _libre_PEM_read_bio | 1643 | _libre_PEM_read_bio |