diff options
author | Jack Lloyd <[email protected]> | 2016-11-18 15:08:56 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-18 15:08:56 -0500 |
commit | dc94557f0f72766dbfba5e129da25dd0111fa564 (patch) | |
tree | f2bb54c05769d3218abf3ba29e8bc9909445e4bd /src/lib/pubkey/xmss/xmss_wots_publickey.h | |
parent | 2031d93f0c07e0f310cb1366a07a8350301f19b0 (diff) |
Don't force HMAC_DRBG to be enabled
No need to strictly require it, and some applications may only want
system RNG or RDRAND.
Diffstat (limited to 'src/lib/pubkey/xmss/xmss_wots_publickey.h')
-rw-r--r-- | src/lib/pubkey/xmss/xmss_wots_publickey.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/pubkey/xmss/xmss_wots_publickey.h b/src/lib/pubkey/xmss/xmss_wots_publickey.h index a3e5232e8..bf3a8110d 100644 --- a/src/lib/pubkey/xmss/xmss_wots_publickey.h +++ b/src/lib/pubkey/xmss/xmss_wots_publickey.h @@ -11,7 +11,6 @@ #include <cstddef> #include <string> #include <vector> -#include <botan/auto_rng.h> #include <botan/alg_id.h> #include <botan/asn1_oid.h> #include <botan/assert.h> |