commit | ea680197f8cd89e13a9890178b2191bec94cb1d5 | [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 13 13:51:12 2016 +0100 |
tree | 114ceca02aeec32cbccb54d7321b46cb3c922e28 | |
parent | f394e0943180b1e8572c8ce75cbf2d279a04ceff [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++;