mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
- Should not be debug_level 5 in repo (reset to 0)
This commit is contained in:
@ -151,7 +151,7 @@ int my_ciphersuites[] =
|
||||
0
|
||||
};
|
||||
|
||||
#define DEBUG_LEVEL 5
|
||||
#define DEBUG_LEVEL 0
|
||||
|
||||
void my_debug( void *ctx, int level, const char *str )
|
||||
{
|
||||
|
Reference in New Issue
Block a user