summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index a010400a52..b1daa83084 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -238,7 +238,9 @@ typedef enum handshake_state_t { STATE0 = 0, STATE1, STATE2,
STATE9, STATE10, STATE11, STATE12, STATE13, STATE14,
STATE15, STATE16, STATE17, STATE18, STATE19,
STATE20 = 20, STATE21, STATE22,
- STATE30 = 30, STATE31, STATE40 = 40, STATE41, STATE50 = 50
+ STATE30 = 30, STATE31, STATE40 = 40, STATE41, STATE50 = 50,
+ STATE100=100, STATE101, STATE102, STATE103, STATE104,
+ STATE105, STATE106, STATE107, STATE108, STATE109
} handshake_state_t;
typedef enum bye_state_t {