summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/ssl_local.h')
-rw-r--r--ssl/ssl_local.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h
index 33ae4c9663..cc1239287c 100644
--- a/ssl/ssl_local.h
+++ b/ssl/ssl_local.h
@@ -1500,9 +1500,6 @@ struct ssl_connection_st {
unsigned char exporter_master_secret[EVP_MAX_MD_SIZE];
unsigned char early_exporter_master_secret[EVP_MAX_MD_SIZE];
- unsigned char read_iv[EVP_MAX_IV_LENGTH]; /* TLSv1.3 static read IV */
- unsigned char write_iv[EVP_MAX_IV_LENGTH]; /* TLSv1.3 static write IV */
-
/* session info */
/* client cert? */
/* This is used to hold the server certificate used */