summaryrefslogtreecommitdiffstats
path: root/ssl/statem/statem.h
diff options
context:
space:
mode:
authorBenjamin Kaduk <bkaduk@akamai.com>2017-02-06 15:33:28 -0600
committerRichard Levitte <levitte@openssl.org>2017-02-23 19:40:26 +0100
commitddf972583439346cbaa99031fe8d3116018ba711 (patch)
tree8d7031403c6134608b92ebbea28191a9ceedf214 /ssl/statem/statem.h
parent6e3dac1995eb6e34ed2649aca78b5aa88b1cbfeb (diff)
Prepare for WORK_MORE_C
Add the new enum value and case statements as appropriate. Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2279)
Diffstat (limited to 'ssl/statem/statem.h')
-rw-r--r--ssl/statem/statem.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ssl/statem/statem.h b/ssl/statem/statem.h
index 021d2d06ce..906f2ec5bc 100644
--- a/ssl/statem/statem.h
+++ b/ssl/statem/statem.h
@@ -27,7 +27,9 @@ typedef enum {
/* We're working on phase A */
WORK_MORE_A,
/* We're working on phase B */
- WORK_MORE_B
+ WORK_MORE_B,
+ /* We're working on phase C */
+ WORK_MORE_C
} WORK_STATE;
/* Write transition return codes */