diff options
Diffstat (limited to 'src/lib/pubkey/xmss/xmss_wots_verification_operation.h')
-rw-r--r-- | src/lib/pubkey/xmss/xmss_wots_verification_operation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/xmss/xmss_wots_verification_operation.h b/src/lib/pubkey/xmss/xmss_wots_verification_operation.h index 1125a6af8..a0cb0709f 100644 --- a/src/lib/pubkey/xmss/xmss_wots_verification_operation.h +++ b/src/lib/pubkey/xmss/xmss_wots_verification_operation.h @@ -11,7 +11,7 @@ #include <cstddef> #include <iterator> #include <botan/types.h> -#include <botan/internal/pk_ops.h> +#include <botan/pk_ops.h> #include <botan/internal/xmss_wots_addressed_publickey.h> #include <botan/internal/xmss_wots_common_ops.h> |