Convert DTLSv1_listen to use new state machine code
authorMatt Caswell <matt@openssl.org>
Thu, 22 Oct 2015 09:45:29 +0000 (10:45 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:38:18 +0000 (08:38 +0000)
commit5e41ba031edd91bfbac6a614664f83b22fb48207
treef01b707fee80954a1e24fd3cf272e72cd4536f46
parentc64359db8af1bf759f4496a01c93bac658decc7e
Convert DTLSv1_listen to use new state machine code

The DTLSv1_listen code set the state value explicitly to move into init.
Change to use state_set_in_init() instead.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/d1_lib.c