aboutsummaryrefslogtreecommitdiffstats
path: root/include/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/engine.h')
-rw-r--r--include/engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/engine.h b/include/engine.h
index 55b76895a..13007e662 100644
--- a/include/engine.h
+++ b/include/engine.h
@@ -20,11 +20,11 @@ namespace Botan {
/*************************************************
* Engine Base Class *
*************************************************/
-class Engine
+class BOTAN_DLL Engine
{
public:
template<typename T>
- class Algorithm_Cache
+ class BOTAN_DLL Algorithm_Cache
{
public:
virtual T* get(const std::string&) const = 0;