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:16:38 +0000 (22:16 +0100)
commitd8e8590ed90eba6ef651d09d77befb14f980de2c
tree8706f02ab9eedda94c310b03401a4894994c90b1
parent6142f5c640f98429d4798b8418e8cc2cf6cc1fb8
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>
ssl/d1_clnt.c
ssl/d1_srvr.c