move AES oneshot calls out of aes.[hc]

This commit is contained in:
toddouska
2015-07-30 12:42:25 -07:00
parent 6d172fce32
commit 011fdc1103
7 changed files with 137 additions and 72 deletions

View File

@@ -57,6 +57,7 @@
#include <wolfssl/wolfcrypt/md4.h>
#include <wolfssl/wolfcrypt/md5.h>
#include <wolfssl/wolfcrypt/arc4.h>
#include <wolfssl/wolfcrypt/wc_encrypt.h>
#ifdef WOLFSSL_SHA512
#include <wolfssl/wolfcrypt/sha512.h>
#endif