mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-04 17:29:58 +00:00
mbedtls_ssl_conf_alpn_protocols: declare list elements as const
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 <[email protected]>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
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
|
||||
Reference in New Issue
Block a user