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:22:38 +0000 (22:22 +0100)
commitb3a62dc0323082b30121b3232c572a43172b47b9
treed758b8c6014bf4c2796f15241dbece4c289eb8d9
parent512368c9ed4d53fb230000e83071eb81bf628b22
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