diff options
Diffstat (limited to 'src/tests/test_xmss.cpp')
-rw-r--r-- | src/tests/test_xmss.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/test_xmss.cpp b/src/tests/test_xmss.cpp index 84d25aee4..ee801e6fc 100644 --- a/src/tests/test_xmss.cpp +++ b/src/tests/test_xmss.cpp @@ -7,7 +7,7 @@ #include "tests.h" -#if defined(BOTAN_HAS_XMSS) +#if defined(BOTAN_HAS_XMSS_RFC8391) #include <botan/xmss.h> #include "test_pubkey.h" #endif @@ -16,7 +16,7 @@ namespace Botan_Tests { namespace { -#if defined(BOTAN_HAS_XMSS) +#if defined(BOTAN_HAS_XMSS_RFC8391) class XMSS_Signature_Tests final : public PK_Signature_Generation_Test { |