diff options
author | tb <> | 2025-07-02 06:19:46 +0000 |
---|---|---|
committer | tb <> | 2025-07-02 06:19:46 +0000 |
commit | 7edbe7bd718b07fc0ee65862b6c5c4f9f6bbc7f8 (patch) | |
tree | 5119f50a6eeee82e61c39626f92d8bcb1dcfe624 /src/lib/libc | |
parent | 516eee130b58dc8346e1533a697c1c964aac8098 (diff) | |
download | openbsd-7edbe7bd718b07fc0ee65862b6c5c4f9f6bbc7f8.tar.gz openbsd-7edbe7bd718b07fc0ee65862b6c5c4f9f6bbc7f8.tar.bz2 openbsd-7edbe7bd718b07fc0ee65862b6c5c4f9f6bbc7f8.zip |
EVP_CipherInit_ex(): normalize EVP_CIPHER_CTX_ctrl() error check
While EVP_CIPHER_CTX_ctrl() can return a negative value this can't
actually happen currently as all ciphers with EVP_CIPH_CTRL_INIT set
normalize the EVP_CTRL_INIT return value to boolean in their ctrl()
methods. Still, this check looks weird in grep, so align it.
ok beck kenjiro
Diffstat (limited to 'src/lib/libc')
0 files changed, 0 insertions, 0 deletions