diff options
author | tb <> | 2023-12-01 06:53:18 +0000 |
---|---|---|
committer | tb <> | 2023-12-01 06:53:18 +0000 |
commit | db8b3cc49a35614f9b72452403a32c9e0578b3db (patch) | |
tree | cf13ccad19558d7f0d3c750d99bea132a239adf6 /src/lib/libc/stdlib | |
parent | f3769bfa34b0b9ec972b18db6e859d5ee33a9d5a (diff) | |
download | openbsd-db8b3cc49a35614f9b72452403a32c9e0578b3db.tar.gz openbsd-db8b3cc49a35614f9b72452403a32c9e0578b3db.tar.bz2 openbsd-db8b3cc49a35614f9b72452403a32c9e0578b3db.zip |
Unify various EVP_*{Update,Final}*() wrappers
The correct way of wrapping foo() is 'int ret; ret = foo(); return ret;'
because 'return foo();' would be too simple... Also unify branching from
EVP_Cipher* into EVP_Encrypt* EVP_Decrypt*.
Diffstat (limited to 'src/lib/libc/stdlib')
0 files changed, 0 insertions, 0 deletions