mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-20 03:44:15 +08:00
Remove testing code
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user