mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-04 05:04:41 +02:00
Fix for building in Harmony with crypto.h
path.
This commit is contained in:
@@ -26,10 +26,11 @@
|
|||||||
#endif
|
#endif
|
||||||
#ifdef MICROCHIP_MPLAB_HARMONY
|
#ifdef MICROCHIP_MPLAB_HARMONY
|
||||||
#include "system_config.h"
|
#include "system_config.h"
|
||||||
|
#include "crypto/crypto.h"
|
||||||
|
#else
|
||||||
|
#include "crypto.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "crypto.h"
|
|
||||||
|
|
||||||
#include <wolfssl/wolfcrypt/settings.h>
|
#include <wolfssl/wolfcrypt/settings.h>
|
||||||
|
|
||||||
#include <wolfssl/wolfcrypt/md5.h>
|
#include <wolfssl/wolfcrypt/md5.h>
|
||||||
|
Reference in New Issue
Block a user