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

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>