mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-13 14:22:19 +08:00
4 lines
149 B
Plaintext
4 lines
149 B
Plaintext
Bugfix
|
|
* Correct the default IV size for mbedtls_cipher_info_t structures using
|
|
MBEDTLS_MODE_ECB to 0, since ECB mode ciphers don't use IVs.
|