From 61ae935a9831d2b132e50508ccc37f879c17a5c4 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Fri, 11 Sep 2015 11:23:20 +0100 Subject: 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 Reviewed-by: Richard Levitte --- ssl/statem/statem.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ssl/statem/statem.h') diff --git a/ssl/statem/statem.h b/ssl/statem/statem.h index b6256f9788..873ed0e7bf 100644 --- a/ssl/statem/statem.h +++ b/ssl/statem/statem.h @@ -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 */ -- cgit v1.2.3