mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Use uniform spacing in def's of MBEDTLS_SSL_CID_{IN|OUT}_LEN_MAX
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user