Skip to content

Commit 29073e3

Browse files
committed
Fix a typo
Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
1 parent b59caea commit 29073e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suites/test_suite_ssl.tls-defrag.data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ inject_client_content_on_the_wire:MBEDTLS_PK_ECDSA:MBEDTLS_SSL_CLIENT_HELLO:"160
177177

178178
# The buffer is actually larger than IN_CONTENT_LEN as we leave room for
179179
# record protection overhead (IV, MAC/tag, padding (up to 256 bytes)), CID...
180-
# The maximum size for an unencrypted (and without CID with is DTLS only)
180+
# The maximum size for an unencrypted (and without CID which is DTLS only)
181181
# handshake message we can hold in the buffer is
182182
# MBEDTLS_SSL_IN_BUFFER_LEN - MBEDTLS_SSL_HEADER_LEN - 4
183183
# (the 4 is for the handshake header).

0 commit comments

Comments
 (0)