diff options
| author | tb <> | 2024-08-31 10:30:16 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-31 10:30:16 +0000 |
| commit | 4b2577fba1553fdbc04543a632170338ee2fff7d (patch) | |
| tree | 8b4e3dbc55c7ffd012565ca707c68ecee799d57c /src/lib/libcrypto/Symbols.list | |
| parent | a3d07755a8d0db401282e8062b34e00134369199 (diff) | |
| download | openbsd-4b2577fba1553fdbc04543a632170338ee2fff7d.tar.gz openbsd-4b2577fba1553fdbc04543a632170338ee2fff7d.tar.bz2 openbsd-4b2577fba1553fdbc04543a632170338ee2fff7d.zip | |
Remove DES_enc_{read,write} and DES_rw_mode
Unfortunately we'll probably never be able to get rid of DES entirely.
One part of it that is old enough to be a grandparent can go, though.
ok beck jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
| -rw-r--r-- | src/lib/libcrypto/Symbols.list | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 170ae8ceae..1a298c02d7 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
| @@ -720,8 +720,6 @@ DES_ede3_cbcm_encrypt | |||
| 720 | DES_ede3_cfb64_encrypt | 720 | DES_ede3_cfb64_encrypt |
| 721 | DES_ede3_cfb_encrypt | 721 | DES_ede3_cfb_encrypt |
| 722 | DES_ede3_ofb64_encrypt | 722 | DES_ede3_ofb64_encrypt |
| 723 | DES_enc_read | ||
| 724 | DES_enc_write | ||
| 725 | DES_encrypt1 | 723 | DES_encrypt1 |
| 726 | DES_encrypt2 | 724 | DES_encrypt2 |
| 727 | DES_encrypt3 | 725 | DES_encrypt3 |
| @@ -734,7 +732,6 @@ DES_ofb_encrypt | |||
| 734 | DES_pcbc_encrypt | 732 | DES_pcbc_encrypt |
| 735 | DES_quad_cksum | 733 | DES_quad_cksum |
| 736 | DES_random_key | 734 | DES_random_key |
| 737 | DES_rw_mode | ||
| 738 | DES_set_key | 735 | DES_set_key |
| 739 | DES_set_key_checked | 736 | DES_set_key_checked |
| 740 | DES_set_key_unchecked | 737 | DES_set_key_unchecked |
