From c351d18c0ef986daaf6e8a4b1cff4082de021ffb Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Mon, 21 Mar 2016 08:43:59 +0000 Subject: [PATCH] Restore a change in the documentation. Using the wildcard name MBEDTLS_PLATFORM_XXX_ALT made the Travis build fail. --- include/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index c9332e113..a617d0629 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -131,7 +131,7 @@ //#define MBEDTLS_PLATFORM_NO_STD_FUNCTIONS /** - * \def MBEDTLS_PLATFORM_XXX_ALT + * \def MBEDTLS_PLATFORM_EXIT_ALT * * MBEDTLS_PLATFORM_XXX_ALT: Uncomment a macro to let mbed TLS support the * function in the platform abstraction layer.