mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-05 12:13:03 +00:00
- Added DEFLATE compression support as per RFC3749 (requires zlib)
This commit is contained in:
@@ -151,7 +151,7 @@ int my_ciphersuites[] =
|
||||
0
|
||||
};
|
||||
|
||||
#define DEBUG_LEVEL 0
|
||||
#define DEBUG_LEVEL 5
|
||||
|
||||
void my_debug( void *ctx, int level, const char *str )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user