diff options
author | tb <> | 2024-02-24 08:00:37 +0000 |
---|---|---|
committer | tb <> | 2024-02-24 08:00:37 +0000 |
commit | 1fc6cbdf068b16378dacfb22c3ce1e29313ee314 (patch) | |
tree | 4c348bb661a53df990a06ab06c91de697295c9e6 /src/lib/libcrypto/stack | |
parent | 1ed07476f564ab38570ad487d745791079044274 (diff) | |
download | openbsd-1fc6cbdf068b16378dacfb22c3ce1e29313ee314.tar.gz openbsd-1fc6cbdf068b16378dacfb22c3ce1e29313ee314.tar.bz2 openbsd-1fc6cbdf068b16378dacfb22c3ce1e29313ee314.zip |
Remove custom key length handling
No cipher in libcrypto is marked EVP_CIPH_CUSTOM_KEY_LENGTH and no control
handler deals with EVP_CTRL_SET_KEY_LENGTH, which means that this code is
dead as far as libcrypto is concerned. Almost nothing uses EVP_CIPHER_meth*
(this was added for a single project) and nothing sets a custom ctrl. This
isn't going to change anyway since EVP_CIPHER_meth* is deprecated in order
to promote more provider beauty.
ok beck jsing
Diffstat (limited to 'src/lib/libcrypto/stack')
0 files changed, 0 insertions, 0 deletions