diff options
author | lloyd <[email protected]> | 2008-10-09 14:40:38 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-09 14:40:38 +0000 |
commit | 643df89a37dd0f8d9c090825166231db4fdaa55c (patch) | |
tree | 886bce3a306c24797986f9e578bc4528acbef59e /src/entropy/cryptoapi_rng | |
parent | bd2cfef3f4c0b73a2bbe840cc7a3d882a2c4b5bc (diff) |
Add BOTAN_DLL macro to public class definitions that were missing it.
Diffstat (limited to 'src/entropy/cryptoapi_rng')
-rw-r--r-- | src/entropy/cryptoapi_rng/es_capi.h | 2 |
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); |