From 870bcd3a6e26aa696f22cb8c7f00c4afd3b93478 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Tue, 2 Jul 2019 17:24:12 +0100 Subject: [PATCH] Highlight precondition of ciphersuite getter functions --- include/mbedtls/ssl_ciphersuites.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/ssl_ciphersuites.h b/include/mbedtls/ssl_ciphersuites.h index 1c5ae5ba4..9553ebccd 100644 --- a/include/mbedtls/ssl_ciphersuites.h +++ b/include/mbedtls/ssl_ciphersuites.h @@ -432,7 +432,7 @@ static inline int mbedtls_ssl_session_get_ciphersuite( * Getter functions for the extraction of ciphersuite attributes * 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 * is passed. */