commit | 7d42965ea8d25f17f38436927bc3aad62cb68596 | [log] [tgz] |
---|---|---|
author | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Mon Apr 30 22:42:33 2018 +0100 |
committer | Andres Amaya Garcia <Andres.AmayaGarcia@arm.com> | Thu Jun 14 23:01:55 2018 +0100 |
tree | f72ade31b24e3cd1a88c398f57c9669913ed5e29 | |
parent | 28abd8e98cab6b4e6f23b7818076f468ba12b28d [diff] [blame] |
Fix typo in platform macro defines for examples
diff --git a/programs/x509/crl_app.c b/programs/x509/crl_app.c index 687752f..f831683 100644 --- a/programs/x509/crl_app.c +++ b/programs/x509/crl_app.c
@@ -31,7 +31,7 @@ #include <stdio.h> #include <stdlib.h> #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 */