summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib
diff options
context:
space:
mode:
authortb <>2023-12-03 11:18:30 +0000
committertb <>2023-12-03 11:18:30 +0000
commit872a37b58324189a9256ba4c78b1eabf7e497d47 (patch)
treeeacbfa28916ec588a5f22bd3074d831941569c84 /src/lib/libc/stdlib
parente29fcb6e6e777c924634bc7569e138f01d8cc8fb (diff)
downloadopenbsd-872a37b58324189a9256ba4c78b1eabf7e497d47.tar.gz
openbsd-872a37b58324189a9256ba4c78b1eabf7e497d47.tar.bz2
openbsd-872a37b58324189a9256ba4c78b1eabf7e497d47.zip
Remove misuse warnings for EVP_*Final()
They make no sense. These are thin wrappers of EVP_*Final_ex() and behave exactly the same way. The minor behavior difference of Init and Init_ex is likely a historical artefact of this abomination of an API. Deprecation of the Init functions was recently removed from the manpage. The only reason to prefer the _ex versions over the normal versions is ENGINE. This is no longer an argument. The warnings were added in an attempt at adding automatic cleanup. This broke stuff and was therefore backed out. The warnings remained. discussed with schwarze
Diffstat (limited to 'src/lib/libc/stdlib')
0 files changed, 0 insertions, 0 deletions