diff options
author | tb <> | 2023-12-01 06:53:18 +0000 |
---|---|---|
committer | tb <> | 2023-12-01 06:53:18 +0000 |
commit | 7129e109fdac17c935230717075e826277b3c26a (patch) | |
tree | cf13ccad19558d7f0d3c750d99bea132a239adf6 /src/lib/libc/stdlib/system.c | |
parent | 1585202f052c6925b43e2faa17ba8f0bcbd644a3 (diff) | |
download | openbsd-7129e109fdac17c935230717075e826277b3c26a.tar.gz openbsd-7129e109fdac17c935230717075e826277b3c26a.tar.bz2 openbsd-7129e109fdac17c935230717075e826277b3c26a.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/system.c')
0 files changed, 0 insertions, 0 deletions