Apply new naming convention to mbed TLS macros

pull/3279/head
Janos Follath 2016-11-18 15:01:01 +00:00
parent 9137574e4d
commit e9144ad771
1 changed files with 1 additions and 1 deletions

View File

@ -21,6 +21,6 @@
#define MBEDTLS_ENTROPY_HARDWARE_ALT
#endif
#if defined(MBEDTLS_HW_SUPPORT)
#if defined(MBEDTLS_CONFIG_HW_SUPPORT)
#include "mbedtls_device.h"
#endif