diff options
Diffstat (limited to 'ssl/ssl_local.h')
-rw-r--r-- | ssl/ssl_local.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h index cc1239287c..50e3b65372 100644 --- a/ssl/ssl_local.h +++ b/ssl/ssl_local.h @@ -1296,10 +1296,6 @@ struct ssl_connection_st { struct { long flags; - size_t read_mac_secret_size; - unsigned char read_mac_secret[EVP_MAX_MD_SIZE]; - size_t write_mac_secret_size; - unsigned char write_mac_secret[EVP_MAX_MD_SIZE]; unsigned char server_random[SSL3_RANDOM_SIZE]; unsigned char client_random[SSL3_RANDOM_SIZE]; |