commit | af2c0c8dd6d59e48fdfce962c2b23d6759c05a5a | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Tue Jul 12 05:47:21 2022 +0000 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Wed Jul 20 11:07:29 2022 +0800 |
tree | 33a2fac05e5cb3a7728e6549e1854b3ac2a00f63 | |
parent | a357cf4d4c200d6b7790124e7cf38b9d3ac17509 [diff] [blame] |
fix various comment/format issues Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index 37793a7..ed673e7 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h
@@ -1546,7 +1546,7 @@ * * Size in bytes of a ticket nonce. This is not used in TLS 1.2. * - * The default value is 32 bytes. + * This must be smaller or equal to 255. */ #define MBEDTLS_SSL_TICKET_NONCE_LENGTH 32