Merge pull request #1035 from jrblixt/Api_c-Fix

api.c fix.
This commit is contained in:
Chris Conlon 2017-07-18 15:46:12 -07:00 committed by GitHub
commit 5f17598d47
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