commit | fd78c34e23c95a49b0c0790b714aee7cd85335c9 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Mon Jul 31 12:38:55 2023 +0100 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Mon Jul 31 12:48:33 2023 +0100 |
tree | 22798f63f59215044b6e473e62cb74703faee6e6 | |
parent | 1714a9b0ebbc8a6e6913c064a690484c1753923b [diff] [blame] |
Move constant_flow.h into the main library Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/tests/suites/test_suite_ssl.function b/tests/suites/test_suite_ssl.function index a8c714f..eadf715 100644 --- a/tests/suites/test_suite_ssl.function +++ b/tests/suites/test_suite_ssl.function
@@ -8,7 +8,7 @@ #include <test/ssl_helpers.h> #include <constant_time_internal.h> -#include <test/constant_flow.h> +#include "constant_flow.h" #define SSL_MESSAGE_QUEUE_INIT { NULL, 0, 0, 0 }