vppinfra: enable AES tests on ARM
[vpp.git] / src / vppinfra / test / aes_ctr.c
index 1bf08b2..2892700 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright(c) 2024 Cisco Systems, Inc.
  */
 
-#if defined(__AES__)
+#if defined(__AES__) || defined(__ARM_FEATURE_CRYPTO)
 #include <vppinfra/format.h>
 #include <vppinfra/test/test.h>
 #include <vppinfra/crypto/aes_ctr.h>