summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Demo/corePKCS11_Windows_Simulator/aws_mbedtls_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS-Plus/Demo/corePKCS11_Windows_Simulator/aws_mbedtls_config.h')
-rw-r--r--FreeRTOS-Plus/Demo/corePKCS11_Windows_Simulator/aws_mbedtls_config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/FreeRTOS-Plus/Demo/corePKCS11_Windows_Simulator/aws_mbedtls_config.h b/FreeRTOS-Plus/Demo/corePKCS11_Windows_Simulator/aws_mbedtls_config.h
index 002ccce7a..8fad6fccc 100644
--- a/FreeRTOS-Plus/Demo/corePKCS11_Windows_Simulator/aws_mbedtls_config.h
+++ b/FreeRTOS-Plus/Demo/corePKCS11_Windows_Simulator/aws_mbedtls_config.h
@@ -2296,6 +2296,7 @@ extern void vPortFree( void *pv );
* This module provides a generic entropy pool
*/
#define MBEDTLS_ENTROPY_C
+#define MBEDTLS_ERROR_C
/**
* \def MBEDTLS_ERROR_C
@@ -2307,7 +2308,7 @@ extern void vPortFree( void *pv );
*
* This module enables mbedtls_strerror().
*/
-//#define MBEDTLS_ERROR_C
+#define MBEDTLS_ERROR_C
/**
* \def MBEDTLS_GCM_C