Matt Caswell 17dd65e6e1 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>
2015-03-25 18:52:13 +00:00
..
2015-01-02 22:56:54 +00:00
2011-11-13 13:13:01 +00:00
2014-12-04 11:55:03 +01:00
2013-10-22 07:38:25 +01:00
2013-02-26 15:29:11 +00:00
2013-10-22 07:38:25 +01:00
2014-06-27 16:39:11 +01:00
2014-12-04 11:55:03 +01:00
2001-02-16 02:09:53 +00:00
2001-02-16 02:09:53 +00:00
2013-08-17 17:41:14 +01:00
2014-07-01 12:44:32 -04:00
2014-01-10 23:00:50 +00:00
2015-01-02 22:56:54 +00:00
2009-02-14 21:49:38 +00:00
2013-06-12 23:42:08 +01:00
2013-06-12 23:42:08 +01:00
2014-12-04 11:55:03 +01:00
2014-12-04 11:55:03 +01:00
2013-10-22 07:38:25 +01:00
2009-02-14 21:49:38 +00:00
2006-12-21 21:13:27 +00:00
2013-10-22 07:38:25 +01:00
2013-10-22 07:38:25 +01:00
2013-10-22 07:38:25 +01:00
2014-12-04 11:55:03 +01:00
2013-10-22 07:38:25 +01:00
2015-03-25 18:52:13 +00:00