Fix s_server/s_client handling of the split_send_frag argument
authorMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 10:06:42 +0000 (10:06 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 7 Mar 2016 21:39:28 +0000 (21:39 +0000)
commite2d5183d7cd5479d7c63ba524b3ddc4abd707dba
treedd546fe84fb85c5a09963d00655839dc9734d1a3
parentccd82ef4c2ca0b1e931e8f6e5f3848a2110b8680
Fix s_server/s_client handling of the split_send_frag argument

Ensure that a value of 0 is correctly handled for the split_send_frag
argument.

Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/s_client.c
apps/s_server.c