From c9504d30ed12c0f62c992b5325a86faf8ad81c32 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 11 Apr 2019 11:37:43 +0200 Subject: hab: habv4_need_rng_software_self_test is needed without hab support habv4_need_rng_software_self_test Signed-off-by: Sascha Hauer --- include/hab.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/hab.h b/include/hab.h index abfce18736..30eace7685 100644 --- a/include/hab.h +++ b/include/hab.h @@ -20,8 +20,9 @@ #include -#ifdef CONFIG_HABV4 extern bool habv4_need_rng_software_self_test; + +#ifdef CONFIG_HABV4 int imx28_hab_get_status(void); int imx6_hab_get_status(void); #else -- cgit v1.2.3