mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
Remove mbedtls_ssl_conf_dbg() if !MBEDTLS_DEBUG_C
This commit is contained in:
parent
272063abfd
commit
14a4a44e60
12 changed files with 42 additions and 6 deletions
|
|
@ -433,7 +433,9 @@ int main( void )
|
|||
}
|
||||
|
||||
mbedtls_ssl_conf_rng( &conf, mbedtls_ctr_drbg_random, &ctr_drbg );
|
||||
#if defined(MBEDTLS_DEBUG_C)
|
||||
mbedtls_ssl_conf_dbg( &conf, my_mutexed_debug, stdout );
|
||||
#endif
|
||||
|
||||
/* mbedtls_ssl_cache_get() and mbedtls_ssl_cache_set() are thread-safe if
|
||||
* MBEDTLS_THREADING_C is set.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue