mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-25 04:55:36 +00:00
Don't break comment lines prematurely in ssl_ciphersuites.h
This commit is contained in:
parent
67fb16e59d
commit
d89e8cb427
|
@ -497,13 +497,11 @@ static inline unsigned char mbedtls_ssl_suite_get_flags(
|
||||||
}
|
}
|
||||||
#else /* !MBEDTLS_SSL_CONF_SINGLE_CIPHERSUITE */
|
#else /* !MBEDTLS_SSL_CONF_SINGLE_CIPHERSUITE */
|
||||||
/*
|
/*
|
||||||
* Implementations of getter functions in the case of only
|
* Implementations of getter functions in the case of only a single possible
|
||||||
* a single possible ciphersuite. In this case, the handle
|
* ciphersuite. In this case, the handle is logically a boolean (either the
|
||||||
* is logically a boolean (either the invalid handle or the
|
* invalid handle or the unique valid handle representing the single enabled
|
||||||
* unique valid handle representing the single enabled
|
* ciphersuite), and the precondition that the handle is valid means that we
|
||||||
* ciphersuite), and the precondition that the handle is valid
|
* can statically return the hardcoded attribute of the enabled ciphersuite.
|
||||||
* means that we can statically return the hardcoded attribute
|
|
||||||
* of the enabled ciphersuite.
|
|
||||||
*/
|
*/
|
||||||
static inline int mbedtls_ssl_suite_get_id(
|
static inline int mbedtls_ssl_suite_get_id(
|
||||||
mbedtls_ssl_ciphersuite_handle_t const info )
|
mbedtls_ssl_ciphersuite_handle_t const info )
|
||||||
|
|
Loading…
Reference in a new issue