aboutsummaryrefslogtreecommitdiffstats
path: root/include/randpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/randpool.h')
-rw-r--r--include/randpool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/randpool.h b/include/randpool.h
index 30a96386a..24f0a8270 100644
--- a/include/randpool.h
+++ b/include/randpool.h
@@ -13,7 +13,7 @@ namespace Botan {
/*************************************************
* Randpool *
*************************************************/
-class Randpool : public RandomNumberGenerator
+class BOTAN_DLL Randpool : public RandomNumberGenerator
{
public:
void randomize(byte[], u32bit) throw(PRNG_Unseeded);