Remove mbedtls_ssl_transform::minlen

This commit is contained in:
Hanno Becker 2019-07-25 16:47:12 +01:00
parent 88eda1a11c
commit a9d5c452f3
2 changed files with 26 additions and 57 deletions

View file

@ -681,7 +681,6 @@ struct mbedtls_ssl_transform
/*
* Session specific crypto layer
*/
size_t minlen; /*!< min. ciphertext length */
size_t ivlen; /*!< IV length */
size_t fixed_ivlen; /*!< Fixed part of IV (AEAD) */
size_t maclen; /*!< MAC(CBC) len */