diff options
author | Jack Lloyd <[email protected]> | 2020-11-03 08:13:09 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2020-11-03 13:59:29 -0500 |
commit | f560e43c6b5efa951c17075a3c55775bcd76ea17 (patch) | |
tree | 340993aeadd403530f9fbe8f2b3161c92c8fe49b /src/lib/pubkey/xmss/xmss.h | |
parent | 0ee1130583efbc6c98869347d0f8dabe59004aa7 (diff) |
More header merging
Diffstat (limited to 'src/lib/pubkey/xmss/xmss.h')
-rw-r--r-- | src/lib/pubkey/xmss/xmss.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/pubkey/xmss/xmss.h b/src/lib/pubkey/xmss/xmss.h index 529bbe3bc..af8e8a41e 100644 --- a/src/lib/pubkey/xmss/xmss.h +++ b/src/lib/pubkey/xmss/xmss.h @@ -12,8 +12,7 @@ #include <botan/pk_keys.h> #include <botan/exceptn.h> #include <botan/xmss_parameters.h> -#include <botan/xmss_wots_parameters.h> -#include <botan/xmss_wots_privatekey.h> +#include <botan/xmss_wots.h> namespace Botan { |