Move constant_flow.h into the main library
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
1714a9b0eb
commit
fd78c34e23
12 changed files with 11 additions and 11 deletions
|
@ -37,7 +37,7 @@
|
|||
#include "mbedtls/bignum.h"
|
||||
#endif
|
||||
|
||||
#include "../tests/include/test/constant_flow.h"
|
||||
#include "constant_flow.h"
|
||||
|
||||
/* armcc5 --gnu defines __GNUC__ but doesn't support GNU's extended asm */
|
||||
#if defined(MBEDTLS_HAVE_ASM) && defined(__GNUC__) && (!defined(__ARMCC_VERSION) || \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue