summaryrefslogtreecommitdiffstats
path: root/ssl/ssl3.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-01-25 13:31:07 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-01-26 02:44:34 +0000
commit0ebc965b9ca4352e407bb7cfa65ac235942117f6 (patch)
tree8add84bec58e8971e5b340683f19bb6e3dcacbd4 /ssl/ssl3.h
parentba168244a14bbd056e502d7daa04cae4aabe9d0d (diff)
Support retries in certificate callback
Diffstat (limited to 'ssl/ssl3.h')
-rw-r--r--ssl/ssl3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/ssl3.h b/ssl/ssl3.h
index c94b3a4290..8fe6949f6d 100644
--- a/ssl/ssl3.h
+++ b/ssl/ssl3.h
@@ -685,6 +685,7 @@ typedef struct ssl3_state_st
#define SSL3_ST_SR_CLNT_HELLO_A (0x110|SSL_ST_ACCEPT)
#define SSL3_ST_SR_CLNT_HELLO_B (0x111|SSL_ST_ACCEPT)
#define SSL3_ST_SR_CLNT_HELLO_C (0x112|SSL_ST_ACCEPT)
+#define SSL3_ST_SR_CLNT_HELLO_D (0x115|SSL_ST_ACCEPT)
#ifndef OPENSSL_NO_TLSEXT
#define SSL3_ST_SR_SUPPLEMENTAL_DATA_A (0x212|SSL_ST_ACCEPT)
#define SSL3_ST_SR_SUPPLEMENTAL_DATA_B (0x213|SSL_ST_ACCEPT)