mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-26 22:22:01 +01:00
After the rewrite of incoming record processing to use the internal SSL record structure mbedtls_record (which contains the data_offset field to indicate where the IV resides), this field is no longer necessary. Note: This is an API break.