diff options
Diffstat (limited to 'src/lib/block/serpent')
-rw-r--r-- | src/lib/block/serpent/serpent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/block/serpent/serpent.cpp b/src/lib/block/serpent/serpent.cpp index 35231cab5..98e701738 100644 --- a/src/lib/block/serpent/serpent.cpp +++ b/src/lib/block/serpent/serpent.cpp @@ -10,7 +10,7 @@ #include <botan/rotate.h> #include <botan/internal/serpent_sbox.h> -#if defined(BOTAN_HAS_SERPENT_SIMD) +#if defined(BOTAN_HAS_SERPENT_SIMD) || defined(BOTAN_HAS_SERPENT_AVX2) #include <botan/cpuid.h> #endif |