Don't use markdown formatting in ChangeLog
Signed-off-by: Hanno Becker <hanno.becker@arm.com>
This commit is contained in:
parent
88f86f7f37
commit
fb1add76fd
1 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,9 @@
|
||||||
API changes
|
API changes
|
||||||
* Remove `mbedtls_ssl_get_{input,output}_max_frag_len()`
|
* Remove the SSL APIs mbedtls_ssl_get_input_max_frag_len() and
|
||||||
and add `mbedtls_ssl_get_max_in_record_payload()`,
|
mbedtls_ssl_get_output_max_frag_len(), and add a new API
|
||||||
complementing the existing `mbedtls_ssl_get_max_out_record_payload()`.
|
mbedtls_ssl_get_max_in_record_payload(), complementing the existing
|
||||||
Uses of `mbedtls_ssl_get_{input,output}_max_frag_len()`
|
mbedtls_ssl_get_max_out_record_payload().
|
||||||
should be replaced by `mbedtls_ssl_get_max_{in,out}_record_payload()`.
|
Uses of mbedtls_ssl_get_input_max_frag_len() and
|
||||||
|
mbedtls_ssl_get_input_max_frag_len() should be replaced by
|
||||||
|
mbedtls_ssl_get_max_in_record_payload() and
|
||||||
|
mbedtls_ssl_get_max_out_record_payload(), respectively.
|
||||||
|
|
Loading…
Reference in a new issue