fix comments and time_t type issues

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2022-07-20 10:36:12 +08:00
parent a0446a0344
commit 08aed4def9
4 changed files with 11 additions and 4 deletions

View file

@ -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