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 New Issue
Block a user