diff options
author | Jack Lloyd <[email protected]> | 2017-09-28 11:00:41 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-28 11:00:41 -0400 |
commit | 5bdd5f7658494e077a9a9d934200ddb180691d22 (patch) | |
tree | ed47879e4ce2e18a70d5bc2f45887beb1b79a30d /src/lib/pubkey | |
parent | eadb113289dffbf294f6d499193713b120f79f64 (diff) |
Header cleanups
Diffstat (limited to 'src/lib/pubkey')
-rw-r--r-- | src/lib/pubkey/xmss/xmss_key_pair.h | 1 | ||||
-rw-r--r-- | src/lib/pubkey/xmss/xmss_privatekey.h | 1 | ||||
-rw-r--r-- | src/lib/pubkey/xmss/xmss_wots_privatekey.h | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/pubkey/xmss/xmss_key_pair.h b/src/lib/pubkey/xmss/xmss_key_pair.h index 1d32431bd..2e7cc06da 100644 --- a/src/lib/pubkey/xmss/xmss_key_pair.h +++ b/src/lib/pubkey/xmss/xmss_key_pair.h @@ -9,7 +9,6 @@ #define BOTAN_XMSS_KEY_PAIR_H_ #include <botan/botan.h> -#include <botan/rng.h> #include <botan/xmss_parameters.h> #include <botan/xmss_wots_parameters.h> #include <botan/xmss_publickey.h> diff --git a/src/lib/pubkey/xmss/xmss_privatekey.h b/src/lib/pubkey/xmss/xmss_privatekey.h index 5936009bd..d61e5c7df 100644 --- a/src/lib/pubkey/xmss/xmss_privatekey.h +++ b/src/lib/pubkey/xmss/xmss_privatekey.h @@ -14,7 +14,6 @@ #include <botan/alg_id.h> #include <botan/exceptn.h> #include <botan/pk_keys.h> -#include <botan/rng.h> #include <botan/types.h> #include <botan/xmss_parameters.h> #include <botan/xmss_publickey.h> diff --git a/src/lib/pubkey/xmss/xmss_wots_privatekey.h b/src/lib/pubkey/xmss/xmss_wots_privatekey.h index 8fb4e0233..f327df77b 100644 --- a/src/lib/pubkey/xmss/xmss_wots_privatekey.h +++ b/src/lib/pubkey/xmss/xmss_wots_privatekey.h @@ -13,7 +13,7 @@ #include <botan/alg_id.h> #include <botan/exceptn.h> #include <botan/pk_keys.h> -#include <botan/types.h> +#include <botan/rng.h> #include <botan/xmss_wots_parameters.h> #include <botan/xmss_address.h> #include <botan/xmss_wots_publickey.h> |