Fix missing return value checks in SCTP
authorMatt Caswell <matt@openssl.org>
Tue, 11 Aug 2015 18:36:43 +0000 (19:36 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 11 Aug 2015 21:27:05 +0000 (22:27 +0100)
commit402634f8aaf2f2c83b2cc648a0ae376247b029f4
tree9e7695bccac3d232a6c822d0a533b12ced1cd785
parentb11980d79a52ec08844f08bea0e66c04b691840b
Fix missing return value checks in SCTP

There are some missing return value checks in the SCTP code. In master this
was causing a compilation failure when config'd with
"--strict-warnings sctp".

Reviewed-by: Tim Hudson <tjh@openssl.org>
(cherry picked from commit d8e8590ed90eba6ef651d09d77befb14f980de2c)
ssl/d1_clnt.c
ssl/d1_srvr.c