diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/entropy/beos_stats/es_beos.h | 2 | ||||
-rw-r--r-- | src/entropy/cryptoapi_rng/es_capi.h | 2 | ||||
-rw-r--r-- | src/entropy/win32_stats/es_win32.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/entropy/beos_stats/es_beos.h b/src/entropy/beos_stats/es_beos.h index 31029a88c..5ccb430a5 100644 --- a/src/entropy/beos_stats/es_beos.h +++ b/src/entropy/beos_stats/es_beos.h @@ -15,7 +15,7 @@ namespace Botan { /** * BeOS Entropy Source */ -class BOTAN_DLL BeOS_EntropySource : public EntropySource +class BeOS_EntropySource : public EntropySource { private: std::string name() const { return "BeOS Statistics"; } diff --git a/src/entropy/cryptoapi_rng/es_capi.h b/src/entropy/cryptoapi_rng/es_capi.h index 55966d793..f55713e92 100644 --- a/src/entropy/cryptoapi_rng/es_capi.h +++ b/src/entropy/cryptoapi_rng/es_capi.h @@ -16,7 +16,7 @@ namespace Botan { /** * Win32 CAPI Entropy Source */ -class BOTAN_DLL Win32_CAPI_EntropySource : public EntropySource +class Win32_CAPI_EntropySource : public EntropySource { public: std::string name() const { return "Win32 CryptoGenRandom"; } diff --git a/src/entropy/win32_stats/es_win32.h b/src/entropy/win32_stats/es_win32.h index 2e46c773d..6c7c9ee09 100644 --- a/src/entropy/win32_stats/es_win32.h +++ b/src/entropy/win32_stats/es_win32.h @@ -15,7 +15,7 @@ namespace Botan { /** * Win32 Entropy Source */ -class BOTAN_DLL Win32_EntropySource : public EntropySource +class Win32_EntropySource : public EntropySource { public: std::string name() const { return "Win32 Statistics"; } |