X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl3.h;fp=ssl%2Fssl3.h;h=8fe6949f6df7712f5dfc47bdbdd24bbc1c4a261e;hp=c94b3a4290cf6ce4839b7b7004ef69921fdc7a94;hb=0ebc965b9ca4352e407bb7cfa65ac235942117f6;hpb=ba168244a14bbd056e502d7daa04cae4aabe9d0d 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)