More state machine reorg
authorMatt Caswell <matt@openssl.org>
Fri, 11 Sep 2015 10:23:20 +0000 (11:23 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 30 Oct 2015 08:38:18 +0000 (08:38 +0000)
commit61ae935a9831d2b132e50508ccc37f879c17a5c4
treeb3d5ff4e6c4055b365199cf7dd0e4b6df668e101
parent8ba708e5166b02ab61f2762d36b3e7b7455e9c06
More state machine reorg

Move some function definitions around within the state machine to make sure
they are in the correct files. Also create a statem_locl.h header for stuff
entirely local to the state machine code and move various definitions into
it.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/Makefile
ssl/ssl_locl.h
ssl/statem/statem.c
ssl/statem/statem.h
ssl/statem/statem_clnt.c
ssl/statem/statem_dtls.c
ssl/statem/statem_lib.c
ssl/statem/statem_locl.h [new file with mode: 0644]
ssl/statem/statem_srvr.c