mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
tls: mbedtls: fix cast for dump helper
This commit is contained in:
parent
d896d40156
commit
94c50618a4
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ do_err:
|
|||
* paths to dump what was received as decrypted data from the tls tunnel
|
||||
*/
|
||||
lwsl_notice("%s: len %d\n", __func__, n);
|
||||
lwsl_hexdump_notice(buf, n);
|
||||
lwsl_hexdump_notice(buf, (size_t)n);
|
||||
#endif
|
||||
|
||||
#if defined(LWS_WITH_SYS_METRICS)
|
||||
|
|
Loading…
Add table
Reference in a new issue