aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/cryptoapi_rng/es_capi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entropy/cryptoapi_rng/es_capi.h')
-rw-r--r--src/entropy/cryptoapi_rng/es_capi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/entropy/cryptoapi_rng/es_capi.h b/src/entropy/cryptoapi_rng/es_capi.h
index c8f83427c..b8bbb7507 100644
--- a/src/entropy/cryptoapi_rng/es_capi.h
+++ b/src/entropy/cryptoapi_rng/es_capi.h
@@ -19,7 +19,9 @@ class BOTAN_DLL Win32_CAPI_EntropySource : public EntropySource
public:
std::string name() const { return "Win32 CryptoGenRandom"; }
+ u32bit fast_poll(byte[], u32bit);
u32bit slow_poll(byte[], u32bit);
+
Win32_CAPI_EntropySource(const std::string& = "");
private:
std::vector<u64bit> prov_types;