commit | 2b0599bc9140dbc4bdafc401618767ecca66fc32 | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Mon Apr 30 22:42:33 2018 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Tue Jul 10 17:34:25 2018 +0100 |
tree | fc27c5042315e4b402be51f43ebb8e0ba6e9bbae | |
parent | 0dcc6a9f7d40dc379ba8f00e8893a70097abdfca [diff] [blame] |
Fix typo in platform macro defines for examples
diff --git a/programs/test/ssl_cert_test.c b/programs/test/ssl_cert_test.c index 7e5ed38..fd3526f 100644 --- a/programs/test/ssl_cert_test.c +++ b/programs/test/ssl_cert_test.c
@@ -32,7 +32,7 @@ #include <stdlib.h> #define mbedtls_snprintf snprintf #define mbedtls_printf printf -#define MBEDTLS_EXTI_SUCCESS EXIT_SUCCESS +#define MBEDTLS_EXIT_SUCCESS EXIT_SUCCESS #define MBEDTLS_EXIT_FAILURE EXIT_FAILURE #endif /* MBEDTLS_PLATFORM_C */