Don't restrict the number of KeyUpdate messages we can process
[openssl.git] / ssl / ssl_locl.h
index bd0d4210f4790461b9e3d4efc43a2b5ccdbf908d..ae6417b59257e98b2700413be39e0e38c853266c 100644 (file)
@@ -1178,8 +1178,6 @@ struct ssl_st {
     EVP_CIPHER_CTX *enc_write_ctx; /* cryptographic state */
     unsigned char write_iv[EVP_MAX_IV_LENGTH]; /* TLSv1.3 static write IV */
     EVP_MD_CTX *write_hash;     /* used for mac generation */
-    /* Count of how many KeyUpdate messages we have received */
-    unsigned int key_update_count;
     /* session info */
     /* client cert? */
     /* This is used to hold the server certificate used */