aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/xmss_wots_publickey.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-11-18 15:08:56 -0500
committerJack Lloyd <[email protected]>2016-11-18 15:08:56 -0500
commitdc94557f0f72766dbfba5e129da25dd0111fa564 (patch)
treef2bb54c05769d3218abf3ba29e8bc9909445e4bd /src/lib/pubkey/xmss/xmss_wots_publickey.h
parent2031d93f0c07e0f310cb1366a07a8350301f19b0 (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.h1
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>