mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Merge remote-tracking branch 'rich/platform' into development
* rich/platform: modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit modify programs/*.c to use polarssl_snprintf
This commit is contained in:
commit
ab025803ed
8 changed files with 9 additions and 1 deletions
|
|
@ -30,6 +30,7 @@
|
|||
#include "polarssl/platform.h"
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#define polarssl_printf printf
|
||||
#define polarssl_fprintf fprintf
|
||||
#define polarssl_printf printf
|
||||
#define polarssl_snprintf snprintf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue