Send and receive the ticket_nonce field in a NewSessionTicket
[openssl.git] / ssl / ssl_locl.h
index 1105416d96e3e50b4cd8c1af3a1f09386af2f632..10762859dd69f025d351c4c17ce9e2a6ca80b40b 100644 (file)
@@ -551,6 +551,8 @@ struct ssl_session_st {
         /* Session lifetime hint in seconds */
         unsigned long tick_lifetime_hint;
         uint32_t tick_age_add;
+        unsigned char *tick_nonce;
+        size_t tick_nonce_len;
         int tick_identity;
         /* Max number of bytes that can be sent as early data */
         uint32_t max_early_data;