commit | 08aed4def9ae0fb2f03c5c5fa7a822f4ba065ea0 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Wed Jul 20 10:36:12 2022 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Wed Jul 20 11:07:29 2022 +0800 |
tree | f4fb3f4f291b37d894c3bbbe4997d5356694b0f6 | |
parent | a0446a03448d2d1cbeba7b3d2f5eaa6e919155a0 [diff] [blame] |
fix comments and time_t type 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 ed673e7..6d50c8d 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. * - * This must be smaller or equal to 255. + * This must be less than 256. */ #define MBEDTLS_SSL_TICKET_NONCE_LENGTH 32