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,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>