diff options
author | doug <> | 2015-04-29 00:11:12 +0000 |
---|---|---|
committer | doug <> | 2015-04-29 00:11:12 +0000 |
commit | 843c114d1987e49ba9785f455dad7c1709177bb2 (patch) | |
tree | 1bd273d1ec23b03522e575d3b072de7f0789a8b1 /src/lib/libc/crypt/bcrypt.c | |
parent | 9e874579a3d35b6a89acefa2792ff97236256dc2 (diff) | |
download | openbsd-843c114d1987e49ba9785f455dad7c1709177bb2.tar.gz openbsd-843c114d1987e49ba9785f455dad7c1709177bb2.tar.bz2 openbsd-843c114d1987e49ba9785f455dad7c1709177bb2.zip |
Add missing BN_CTX_end() calls.
After calling BN_CTX_start(), there must be a BN_CTX_end() before
returning. There were missing BN_CTX_end() calls in error paths. One diff
chunk was simply removing redundant code related to this.
ok deraadt@
Diffstat (limited to 'src/lib/libc/crypt/bcrypt.c')
0 files changed, 0 insertions, 0 deletions