diff options
Diffstat (limited to 'src/lib/pubkey/xmss/xmss_verification_operation.h')
-rw-r--r-- | src/lib/pubkey/xmss/xmss_verification_operation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/pubkey/xmss/xmss_verification_operation.h b/src/lib/pubkey/xmss/xmss_verification_operation.h index f96b3803b..7ef6d83b2 100644 --- a/src/lib/pubkey/xmss/xmss_verification_operation.h +++ b/src/lib/pubkey/xmss/xmss_verification_operation.h @@ -8,9 +8,9 @@ #ifndef BOTAN_XMSS_VERIFICATION_OPERATION_H_ #define BOTAN_XMSS_VERIFICATION_OPERATION_H_ -#include <botan/pk_ops.h> -#include <botan/xmss.h> +#include <botan/internal/pk_ops.h> #include <botan/internal/xmss_signature.h> +#include <botan/xmss.h> namespace Botan { |