aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/cryptoapi_rng
diff options
context:
space:
mode:
Diffstat (limited to 'src/entropy/cryptoapi_rng')
-rw-r--r--src/entropy/cryptoapi_rng/es_capi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entropy/cryptoapi_rng/es_capi.h b/src/entropy/cryptoapi_rng/es_capi.h
index 68e42cf9c..db4e19271 100644
--- a/src/entropy/cryptoapi_rng/es_capi.h
+++ b/src/entropy/cryptoapi_rng/es_capi.h
@@ -14,7 +14,7 @@ namespace Botan {
/*************************************************
* Win32 CAPI Entropy Source *
*************************************************/
-class Win32_CAPI_EntropySource : public EntropySource
+class BOTAN_DLL Win32_CAPI_EntropySource : public EntropySource
{
public:
u32bit slow_poll(byte[], u32bit);