From acb04bec0c24b00e91cdf0650b47d18eb4d7f1e6 Mon Sep 17 00:00:00 2001 From: David Garske Date: Thu, 31 Mar 2022 10:54:53 -0700 Subject: [PATCH] Fix `mcapi_test.c` to include the settings.h before crypto.h. --- mcapi/mcapi_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mcapi/mcapi_test.c b/mcapi/mcapi_test.c index 48be4306a..57c2a1468 100644 --- a/mcapi/mcapi_test.c +++ b/mcapi/mcapi_test.c @@ -26,10 +26,10 @@ /* mc api header */ -#include "crypto.h" - #include +#include "crypto.h" + /* sanity test against our default implementation, wolfssl headers */ #include #include