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>
This commit is contained in:
@@ -86,14 +86,6 @@ enum WRITE_TRAN {
|
||||
WRITE_TRAN_FINISHED
|
||||
};
|
||||
|
||||
/* Message processing return codes */
|
||||
enum MSG_PROCESS_RETURN {
|
||||
MSG_PROCESS_ERROR,
|
||||
MSG_PROCESS_FINISHED_READING,
|
||||
MSG_PROCESS_CONTINUE_PROCESSING,
|
||||
MSG_PROCESS_CONTINUE_READING
|
||||
};
|
||||
|
||||
/* Message flow states */
|
||||
enum MSG_FLOW_STATE {
|
||||
/* No handshake in progress */
|
||||
|
||||
Reference in New Issue
Block a user