commit | 378280e57fd9862bb20df7b70bc7b4327101af23 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Mon Jul 31 16:34:19 2023 +0100 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Mon Jul 31 17:22:55 2023 +0100 |
tree | 1e124a745c2e7c34c81655b849aac63c64681896 | |
parent | 3d1bb9be06e3293742dc16bbd0703b0d2c1c2c80 [diff] [blame] |
Revert "Move constant_flow.h into the main library" This reverts commit fd78c34e23c95a49b0c0790b714aee7cd85335c9. Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/constant_time.c b/library/constant_time.c index 61fb094..d4bd331 100644 --- a/library/constant_time.c +++ b/library/constant_time.c
@@ -30,7 +30,7 @@ #include "mbedtls/error.h" #include "mbedtls/platform_util.h" -#include "constant_flow.h" +#include "../tests/include/test/constant_flow.h" #include <string.h>