mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
- Added DEFLATE compression support as per RFC3749 (requires zlib)
This commit is contained in:
parent
4f9a7bb7fd
commit
2770fbd651
10 changed files with 285 additions and 14 deletions
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue