commit | b981b16379f3896422b5d8c9e9ad1ecae583c370 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Thu Oct 06 10:27:22 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Thu Oct 06 12:51:24 2016 +0100 |
tree | 85725ecd32023ea482e3b7f48099fc3371cc3565 | |
parent | 69283e51d54e5eb7fbea4ad4d182e9778647608d [diff] [blame] |
Minor fixes to formatting and compilation conditions
diff --git a/programs/test/selftest.c b/programs/test/selftest.c index 33f96ea..1941ad0 100644 --- a/programs/test/selftest.c +++ b/programs/test/selftest.c
@@ -278,7 +278,7 @@ suites_tested++; #endif -#if defined(MBEDTLS_CMAC_C) && ( defined(MBEDTLS_AES_C) || defined(MBEDTLS_DES_C) ) +#if defined(MBEDTLS_CMAC_C) if( ( mbedtls_cmac_self_test( v ) ) != 0 ) { suites_failed++;