Commit 17dd65e6 authored by Matt Caswell's avatar Matt Caswell
Browse files

Resolve swallowed returns codes



The recent updates to libssl to enforce stricter return code checking, left
a small number of instances behind where return codes were being swallowed
(typically because the function they were being called from was declared as
void). This commit fixes those instances to handle the return codes more
appropriately.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent cb14aec7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment