Fix for building in Harmony with crypto.h path.

This commit is contained in:
David Garske
2017-08-01 12:48:44 -07:00
parent 4e735631e7
commit be432d8d3a

View File

@@ -26,9 +26,10 @@
#endif #endif
#ifdef MICROCHIP_MPLAB_HARMONY #ifdef MICROCHIP_MPLAB_HARMONY
#include "system_config.h" #include "system_config.h"
#endif #include "crypto/crypto.h"
#else
#include "crypto.h" #include "crypto.h"
#endif
#include <wolfssl/wolfcrypt/settings.h> #include <wolfssl/wolfcrypt/settings.h>