1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-11-09 18:00:58 +03:00
Files
mbedtls/library/ssl_tls13_keys.c
Joe Subbiani c045dc14b0 Replace MBEDTLS_CHAR_x with MBEDTLS_BYTE_x
The CHAR macros casted to an unsigned char which in this project
is garunteed to be 8 bits - the same as uint8_t (which BYTE casts
to) therefore, instances of CHAR have been swapped with BYTE and
the number of macros have been cut down

Signed-off-by: Joe Subbiani <joe.subbiani@arm.com>
2021-08-03 14:08:06 +01:00

12 KiB