mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-04-01 23:07:00 +00:00
Remove redundant definitions of exit codes
In the ssl/mini_client.c sample application the exit codes were redundantly being redefined, causing compiler warnings.
This commit is contained in:
parent
e49404a95d
commit
cdb3ad03ed
|
@ -64,9 +64,6 @@ int main( void )
|
|||
#include "mbedtls/platform.h"
|
||||
#else
|
||||
#include <stdlib.h>
|
||||
#define mbedtls_time_t time_t
|
||||
#define MBEDTLS_EXIT_SUCCESS EXIT_SUCCESS
|
||||
#define MBEDTLS_EXIT_FAILURE EXIT_FAILURE
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue