summaryrefslogtreecommitdiff
path: root/lib/gnutls_int.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-28 18:54:15 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-28 18:56:37 +0200
commitf7210341ee723faf157236ee36ef96a3317958d2 (patch)
tree79ee87c4bd8a88cb9c208c8651f9bea2756598a4 /lib/gnutls_int.h
parent5dca97ab4787f50a76d23e2e4c639b71e52dbb8d (diff)
downloadgnutls-f7210341ee723faf157236ee36ef96a3317958d2.tar.gz
The certificate verification callback is being run after the certificate status response is received.
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r--lib/gnutls_int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h
index fed0eef857..9c4c8502fb 100644
--- a/lib/gnutls_int.h
+++ b/lib/gnutls_int.h
@@ -223,8 +223,8 @@ typedef struct
typedef enum handshake_state_t
{ STATE0 = 0, STATE1, STATE2,
- STATE3, STATE4, STATE5,
- STATE6, STATE7, STATE8, STATE9, STATE10, STATE11,
+ STATE3, STATE4, STATE5, STATE6, STATE7, STATE8,
+ STATE9, STATE10, STATE11, STATE12, STATE13, STATE14,
STATE20 = 20, STATE21, STATE22,
STATE30 = 30, STATE31, STATE40 = 40, STATE41, STATE50 = 50,
STATE60 = 60, STATE61, STATE62, STATE70, STATE71