Remove testing code

This commit is contained in:
Zhi Guan
2026-06-10 22:59:16 +08:00
parent cc1c716635
commit 79c6947ee9

View File

@@ -1070,9 +1070,6 @@ int tls13_send(TLS_CONNECT *conn, const uint8_t *data, size_t datalen, size_t *s
if (datalen > TLS_MAX_PLAINTEXT_SIZE) {
datalen = TLS_MAX_PLAINTEXT_SIZE;
}
if (datalen > 8) {
datalen = 8;
}
format_bytes(stderr, 0, 0, "send", data, datalen);