diff options
author | lloyd <[email protected]> | 2008-06-16 13:06:12 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-06-16 13:06:12 +0000 |
commit | 82a1df8942be8551ab365db20e35ca6a2b7e0d85 (patch) | |
tree | bf60dd0f6a82462f2453311f14f6a203b9ef1b2e /include | |
parent | ab5d7e841e952f4d946478b68a826247406863e4 (diff) |
Add missing BOTAN_DLL decl to SHA1PRNG class declaration
Diffstat (limited to 'include')
-rw-r--r-- | include/sha1prng.h | 2 |
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); |