]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/ssl_locl.h
Don't store the ticket nonce in the session
[thirdparty/openssl.git] / ssl / ssl_locl.h
index 23608561acb58687fd904a6eea325108b51cf99f..86c250b695f3fdad6c0ec3b5ba4d73ff34972e64 100644 (file)
@@ -569,8 +569,6 @@ 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;