Fix for building in Harmony with crypto.h
path.
This commit is contained in:
parent
4e735631e7
commit
be432d8d3a
@ -26,10 +26,11 @@
|
||||
#endif
|
||||
#ifdef MICROCHIP_MPLAB_HARMONY
|
||||
#include "system_config.h"
|
||||
#include "crypto/crypto.h"
|
||||
#else
|
||||
#include "crypto.h"
|
||||
#endif
|
||||
|
||||
#include "crypto.h"
|
||||
|
||||
#include <wolfssl/wolfcrypt/settings.h>
|
||||
|
||||
#include <wolfssl/wolfcrypt/md5.h>
|
||||
|
Loading…
Reference in New Issue
Block a user