mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-06-05 21:15:16 +00:00
c4949d1426
This reflects the fact that the library will not modify the list, and allows the list to be read from a const buffer. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
5 lines
178 B
Plaintext
5 lines
178 B
Plaintext
API changes
|
|
* The list passed to mbedtls_ssl_conf_alpn_protocols() is now declared
|
|
as having const elements, reflecting the fact that the library will
|
|
not modify it
|