diff options
author | tb <> | 2023-07-28 09:19:59 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 09:19:59 +0000 |
commit | e5c3cb1fc9513740908e7dc235cee9871623b942 (patch) | |
tree | 864f69fe0f6bcf18c4f7aaff898c4cb5e8817f32 /src/lib/libcrypto/Symbols.namespace | |
parent | 255468492883aa8670b1cda7ae657482b4c57cf3 (diff) | |
download | openbsd-e5c3cb1fc9513740908e7dc235cee9871623b942.tar.gz openbsd-e5c3cb1fc9513740908e7dc235cee9871623b942.tar.bz2 openbsd-e5c3cb1fc9513740908e7dc235cee9871623b942.zip |
Remove ECDH errors
Much like the ECDSA errors, the ECDH errors have been unused for a
while. Garbage collect them.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index d57a72510e..9ad2aa2c21 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -1645,7 +1645,6 @@ _libre_ECDH_compute_key | |||
1645 | _libre_ECDH_get_ex_new_index | 1645 | _libre_ECDH_get_ex_new_index |
1646 | _libre_ECDH_set_ex_data | 1646 | _libre_ECDH_set_ex_data |
1647 | _libre_ECDH_get_ex_data | 1647 | _libre_ECDH_get_ex_data |
1648 | _libre_ERR_load_ECDH_strings | ||
1649 | _libre_PEM_get_EVP_CIPHER_INFO | 1648 | _libre_PEM_get_EVP_CIPHER_INFO |
1650 | _libre_PEM_do_header | 1649 | _libre_PEM_do_header |
1651 | _libre_PEM_read_bio | 1650 | _libre_PEM_read_bio |