revert macro to allow AES keywrap and AES XTS with ARM assembly

This commit is contained in:
Jacob Barthelmeh 2017-12-19 11:49:30 -07:00
parent d6472c7f71
commit 0d5a772348
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include <wolfssl/wolfcrypt/settings.h>
#include <wolfssl/wolfcrypt/error-crypt.h>
#if !defined(NO_AES) && !defined(WOLFSSL_ARMASM)
#if !defined(NO_AES)
#include <wolfssl/wolfcrypt/aes.h>
#include <wolfssl/wolfcrypt/cpuid.h>