summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-09-11 11:23:20 +0100
committerMatt Caswell <matt@openssl.org>2015-10-30 08:38:18 +0000
commit61ae935a9831d2b132e50508ccc37f879c17a5c4 (patch)
treeb3d5ff4e6c4055b365199cf7dd0e4b6df668e101 /ssl/statem/statem.h
parent8ba708e5166b02ab61f2762d36b3e7b7455e9c06 (diff)
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>
Diffstat (limited to 'ssl/statem/statem.h')
-rw-r--r--ssl/statem/statem.h8
1 files changed, 0 insertions, 8 deletions
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 */