mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Change SSL debug API in the library
This commit is contained in:
parent
79c4e3ee59
commit
fd474233c8
9 changed files with 93 additions and 149 deletions
|
|
@ -5228,7 +5228,7 @@ void mbedtls_ssl_conf_rng( mbedtls_ssl_config *conf,
|
|||
}
|
||||
|
||||
void mbedtls_ssl_conf_dbg( mbedtls_ssl_config *conf,
|
||||
void (*f_dbg)(void *, int, const char *),
|
||||
void (*f_dbg)(void *, int, const char *, int, const char *),
|
||||
void *p_dbg )
|
||||
{
|
||||
conf->f_dbg = f_dbg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue