aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-06-16 13:06:12 +0000
committerlloyd <[email protected]>2008-06-16 13:06:12 +0000
commit82a1df8942be8551ab365db20e35ca6a2b7e0d85 (patch)
treebf60dd0f6a82462f2453311f14f6a203b9ef1b2e /include
parentab5d7e841e952f4d946478b68a826247406863e4 (diff)
Add missing BOTAN_DLL decl to SHA1PRNG class declaration
Diffstat (limited to 'include')
-rw-r--r--include/sha1prng.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sha1prng.h b/include/sha1prng.h
index 8237f57c0..01d251078 100644
--- a/include/sha1prng.h
+++ b/include/sha1prng.h
@@ -15,7 +15,7 @@ namespace Botan {
/*************************************************
* SHA1PRNG *
*************************************************/
-class SHA1PRNG : public RandomNumberGenerator
+class BOTAN_DLL SHA1PRNG : public RandomNumberGenerator
{
public:
void randomize(byte[], u32bit) throw(PRNG_Unseeded);