diff options
| author | tb <> | 2023-07-28 09:19:59 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-28 09:19:59 +0000 |
| commit | a90aeb58faecc32cf7d4158977677efa3db85477 (patch) | |
| tree | 864f69fe0f6bcf18c4f7aaff898c4cb5e8817f32 /src/lib/libcrypto/Symbols.list | |
| parent | f82b526c76ed6b20c6a9efccc58da9c265c1ba89 (diff) | |
| download | openbsd-a90aeb58faecc32cf7d4158977677efa3db85477.tar.gz openbsd-a90aeb58faecc32cf7d4158977677efa3db85477.tar.bz2 openbsd-a90aeb58faecc32cf7d4158977677efa3db85477.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 |
