Minor change to pass build tests

This commit is contained in:
Brian Murray 2016-05-24 15:53:52 -07:00 committed by Simon Butcher
parent ae1cb12d82
commit 06acc18f44

View file

@ -27,7 +27,7 @@
#define MBEDTLS_ERR_CMAC_BAD_INPUT -0x0011 /**< Bad input parameters to function. */
#define MBEDTLS_ERR_CMAC_VERIFY_FAILED -0x0013 /**< Verification failed. */
#define MBEDTLS_ERR_CMAC_ALLOC_FAILED -0x0015 /**< Memory Allocation failed. */
#define MBEDTLS_ERR_CMAC_ALLOC_FAILED -0x0015 /**< Failed to allocate memory */
#ifdef __cplusplus