aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/proc_walk/es_ftw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entropy/proc_walk/es_ftw.h')
-rw-r--r--src/entropy/proc_walk/es_ftw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entropy/proc_walk/es_ftw.h b/src/entropy/proc_walk/es_ftw.h
index 928a7b16a..d7a719818 100644
--- a/src/entropy/proc_walk/es_ftw.h
+++ b/src/entropy/proc_walk/es_ftw.h
@@ -15,7 +15,7 @@ namespace Botan {
/**
* File Tree Walking Entropy Source
*/
-class BOTAN_DLL FTW_EntropySource : public EntropySource
+class FTW_EntropySource : public EntropySource
{
public:
std::string name() const { return "Proc Walker"; }