diff options
author | bcook <> | 2016-09-03 14:54:25 +0000 |
---|---|---|
committer | bcook <> | 2016-09-03 14:54:25 +0000 |
commit | 40f86ac072d3c93d1158f96a747042c4e32ca6a2 (patch) | |
tree | 7db452907fc08cb3776749169b2f238fa070ae20 /src/lib/libc/stdlib/strtoul.c | |
parent | e5cd7ad2410b187a41e6ac216c000a85d90f9dcd (diff) | |
download | openbsd-40f86ac072d3c93d1158f96a747042c4e32ca6a2.tar.gz openbsd-40f86ac072d3c93d1158f96a747042c4e32ca6a2.tar.bz2 openbsd-40f86ac072d3c93d1158f96a747042c4e32ca6a2.zip |
deprecate EVP_EncryptFinal(), EVP_DecryptFinal() and EVP_CipherFinal()
This switches EVP_CipherFinal() to work as EVP_EncryptFinal() and
EVP_DecryptFinal() do, always clearing the cipher context on completion.
Indicate that, since it is not possible to tell whether this function will
clear the context (the API has changed over time in OpenSSL), it is better to
use the _ex() variants and explicitly clear instead.
ok beck@
Diffstat (limited to 'src/lib/libc/stdlib/strtoul.c')
0 files changed, 0 insertions, 0 deletions