commit | d96a5c2d86ee01c61f3c8d8a16f16d351b72fc82 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Wed Sep 29 17:46:51 2021 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Wed Sep 29 17:46:51 2021 +0800 |
tree | d6fe9690f5dca19ea221df70ab0343d11e5c74e9 | |
parent | d9a94fe3d096d488fb54688033c10fbcfd980001 [diff] [blame] |
Fix wrong usage of counter len macro Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index d2f4361..2b75267 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h
@@ -593,7 +593,7 @@ #define MBEDTLS_PREMASTER_SIZE sizeof( union mbedtls_ssl_premaster_secret ) -/* Length of in_ctr buffer in mbedtls_ssl_session */ +/* Length in number of bytes of the TLS sequence number */ #define MBEDTLS_SSL_COUNTER_LEN 8 #ifdef __cplusplus