mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-22 10:31:06 +00:00
Use uniform spacing in def's of MBEDTLS_SSL_CID_{IN|OUT}_LEN_MAX
This commit is contained in:
parent
d9d4adbeae
commit
08cbc0c19e
|
@ -264,7 +264,7 @@
|
||||||
* Maximum length of CIDs for incoming and outgoing messages.
|
* Maximum length of CIDs for incoming and outgoing messages.
|
||||||
*/
|
*/
|
||||||
#if !defined(MBEDTLS_SSL_CID_IN_LEN_MAX)
|
#if !defined(MBEDTLS_SSL_CID_IN_LEN_MAX)
|
||||||
#define MBEDTLS_SSL_CID_IN_LEN_MAX 32
|
#define MBEDTLS_SSL_CID_IN_LEN_MAX 32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(MBEDTLS_SSL_CID_OUT_LEN_MAX)
|
#if !defined(MBEDTLS_SSL_CID_OUT_LEN_MAX)
|
||||||
|
|
Loading…
Reference in a new issue