mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Merge branch 'development' into dtls
* development: Fix missing/misplaced #include's
This commit is contained in:
commit
b251a20a7e
3 changed files with 5 additions and 1 deletions
|
|
@ -49,6 +49,7 @@
|
|||
#include "polarssl/platform.h"
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#define polarssl_printf printf
|
||||
#define polarssl_malloc malloc
|
||||
#define polarssl_free free
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@
|
|||
#include "polarssl/platform.h"
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#define polarssl_printf printf
|
||||
#define polarssl_malloc malloc
|
||||
#define polarssl_free free
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue