Remove mbedtls_ssl_transform::minlen
This commit is contained in:
parent
88eda1a11c
commit
a9d5c452f3
2 changed files with 26 additions and 57 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue