api.c fix.

This commit is contained in:
jrblixt 2017-07-18 11:02:19 -06:00
parent 47fd21dc63
commit e68f1b2cec
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
#ifndef NO_AES
#include <wolfssl/wolfcrypt/aes.h>
#ifdef HAVE_AES_DECRYPT
#include <wolfcrypt/src/wc_encrypt.c>
#include <wolfssl/wolfcrypt/wc_encrypt.h>
#endif
#endif
#ifdef WOLFSSL_RIPEMD