mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 21:35:37 +00:00
Highlight precondition of ciphersuite getter functions
This commit is contained in:
parent
a1552ac37c
commit
870bcd3a6e
|
@ -432,7 +432,7 @@ static inline int mbedtls_ssl_session_get_ciphersuite(
|
||||||
* Getter functions for the extraction of ciphersuite attributes
|
* Getter functions for the extraction of ciphersuite attributes
|
||||||
* from a ciphersuite handle.
|
* from a ciphersuite handle.
|
||||||
*
|
*
|
||||||
* These functions have the validity of the handle as a precondition!
|
* Warning: These functions have the validity of the handle as a precondition!
|
||||||
* Their behaviour is undefined when MBEDTLS_SSL_CIPHERSUITE_INVALID_HANDLE
|
* Their behaviour is undefined when MBEDTLS_SSL_CIPHERSUITE_INVALID_HANDLE
|
||||||
* is passed.
|
* is passed.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue