Add server side support for creating the Hello Retry Request message
[openssl.git] / ssl / ssl_locl.h
index 2a23007393129e67c42a455dc64fc3098795a85f..099f8ccadc6cb9a8cbdfb7effe6ec21b326271d9 100644 (file)
@@ -1005,6 +1005,9 @@ struct ssl_st {
     unsigned char cert_verify_hash[EVP_MAX_MD_SIZE];
     size_t cert_verify_hash_len;
 
+    /* Flag to indicate whether we should send a HelloRetryRequest or not */
+    int hello_retry_request;
+
     /*
      * the session_id_context is used to ensure sessions are only reused in
      * the appropriate context