Fix a typo

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Manuel Pégourié-Gonnard 2025-03-11 10:26:36 +01:00
parent b59caea309
commit 29073e3a00

View File

@ -177,7 +177,7 @@ inject_client_content_on_the_wire:MBEDTLS_PK_ECDSA:MBEDTLS_SSL_CLIENT_HELLO:"160
# The buffer is actually larger than IN_CONTENT_LEN as we leave room for # The buffer is actually larger than IN_CONTENT_LEN as we leave room for
# record protection overhead (IV, MAC/tag, padding (up to 256 bytes)), CID... # record protection overhead (IV, MAC/tag, padding (up to 256 bytes)), CID...
# The maximum size for an unencrypted (and without CID with is DTLS only) # The maximum size for an unencrypted (and without CID which is DTLS only)
# handshake message we can hold in the buffer is # handshake message we can hold in the buffer is
# MBEDTLS_SSL_IN_BUFFER_LEN - MBEDTLS_SSL_HEADER_LEN - 4 # MBEDTLS_SSL_IN_BUFFER_LEN - MBEDTLS_SSL_HEADER_LEN - 4
# (the 4 is for the handshake header). # (the 4 is for the handshake header).