Fix mcapi_test.c
to include the settings.h before crypto.h.
This commit is contained in:
parent
90fe2ab894
commit
acb04bec0c
@ -26,10 +26,10 @@
|
|||||||
|
|
||||||
|
|
||||||
/* mc api header */
|
/* mc api header */
|
||||||
#include "crypto.h"
|
|
||||||
|
|
||||||
#include <wolfssl/wolfcrypt/settings.h>
|
#include <wolfssl/wolfcrypt/settings.h>
|
||||||
|
|
||||||
|
#include "crypto.h"
|
||||||
|
|
||||||
/* sanity test against our default implementation, wolfssl headers */
|
/* sanity test against our default implementation, wolfssl headers */
|
||||||
#include <wolfssl/wolfcrypt/md5.h>
|
#include <wolfssl/wolfcrypt/md5.h>
|
||||||
#include <wolfssl/wolfcrypt/sha.h>
|
#include <wolfssl/wolfcrypt/sha.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user