aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-10-28 18:21:43 +0000
committerlloyd <[email protected]>2010-10-28 18:21:43 +0000
commit066c0618aaddf751989ee327660b567d88b2e198 (patch)
tree79b23c90182f42a3be56df854fe17ee0a34665cc /src
parent7bd608843d0b68c989493552b4ab891f984bc171 (diff)
These are internal headers and do not need public linkage
Diffstat (limited to 'src')
-rw-r--r--src/entropy/beos_stats/es_beos.h2
-rw-r--r--src/entropy/cryptoapi_rng/es_capi.h2
-rw-r--r--src/entropy/win32_stats/es_win32.h2
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"; }