mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-05 05:13:40 +00:00
Add missing stdlib.h header to rsa sample programs
This commit is contained in:
parent
6b46c62d77
commit
1ef918ddca
@ -29,6 +29,7 @@
|
||||
#include "mbedtls/platform.h"
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#define mbedtls_printf printf
|
||||
#define mbedtls_exit exit
|
||||
#define MBEDTLS_EXIT_SUCCESS EXIT_SUCCESS
|
||||
|
||||
@ -29,6 +29,7 @@
|
||||
#include "mbedtls/platform.h"
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#define mbedtls_fprintf fprintf
|
||||
#define mbedtls_printf printf
|
||||
#define mbedtls_exit exit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user