]> git.ipfire.org Git - thirdparty/openssl.git/commit
Resolve swallowed returns codes
authorMatt Caswell <matt@openssl.org>
Tue, 24 Mar 2015 15:10:15 +0000 (15:10 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 25 Mar 2015 18:52:13 +0000 (18:52 +0000)
commit17dd65e6e1f888b4561d559b4d44fbbe0a0aa3e7
treee1b6a255d4d7dd7eb37734b4208af8598a3078be
parentcb14aec713ccab92d1c21d3d5b066570c4bca5ee
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: Richard Levitte <levitte@openssl.org>
doc/ssl/ssl.pod
ssl/bio_ssl.c
ssl/d1_pkt.c
ssl/ssl.h
ssl/ssl_lib.c
ssl/ssl_locl.h
ssl/t1_lib.c