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.list | |
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.list')
-rw-r--r-- | src/lib/libcrypto/Symbols.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 5aed850082..b9338fee67 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
@@ -1332,7 +1332,6 @@ ERR_load_CRYPTO_strings | |||
1332 | ERR_load_DH_strings | 1332 | ERR_load_DH_strings |
1333 | ERR_load_DSA_strings | 1333 | ERR_load_DSA_strings |
1334 | ERR_load_DSO_strings | 1334 | ERR_load_DSO_strings |
1335 | ERR_load_ECDH_strings | ||
1336 | ERR_load_EC_strings | 1335 | ERR_load_EC_strings |
1337 | ERR_load_ENGINE_strings | 1336 | ERR_load_ENGINE_strings |
1338 | ERR_load_ERR_strings | 1337 | ERR_load_ERR_strings |