commit | 8e3602569b3b5637338e337df94fadb246e72b5f | [log] [tgz] |
---|---|---|
author | Gabor Mezei <gabor.mezei@arm.com> | Thu Feb 17 11:50:02 2022 +0100 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Thu Feb 17 11:50:02 2022 +0100 |
tree | 8a9c928baa5fb15f45fa4fe84972911ef1484558 | |
parent | d917081b8bdfcff8fcf1c788fdbda1eeae9a756d [diff] [blame] |
Typo Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/library/ssl_tls13_keys.c b/library/ssl_tls13_keys.c index fbd23e4..885dd16 100644 --- a/library/ssl_tls13_keys.c +++ b/library/ssl_tls13_keys.c
@@ -230,8 +230,7 @@ goto cleanup; } - /* The constant concatenated to the end of each T(n) is a single octet. - * */ + /* The constant concatenated to the end of each T(n) is a single octet. */ status = psa_mac_update( &operation, &c, 1 ); if( status != PSA_SUCCESS ) {