Fix mcapi_test.c to include the settings.h before crypto.h.

This commit is contained in:
David Garske 2022-03-31 10:54:53 -07:00
parent 90fe2ab894
commit acb04bec0c

View File

@ -26,10 +26,10 @@
/* mc api header */
#include "crypto.h"
#include <wolfssl/wolfcrypt/settings.h>
#include "crypto.h"
/* sanity test against our default implementation, wolfssl headers */
#include <wolfssl/wolfcrypt/md5.h>
#include <wolfssl/wolfcrypt/sha.h>