aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/gnump/eng_gmp.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-09 14:40:38 +0000
committerlloyd <[email protected]>2008-10-09 14:40:38 +0000
commit643df89a37dd0f8d9c090825166231db4fdaa55c (patch)
tree886bce3a306c24797986f9e578bc4528acbef59e /src/engine/gnump/eng_gmp.h
parentbd2cfef3f4c0b73a2bbe840cc7a3d882a2c4b5bc (diff)
Add BOTAN_DLL macro to public class definitions that were missing it.
Diffstat (limited to 'src/engine/gnump/eng_gmp.h')
-rw-r--r--src/engine/gnump/eng_gmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/gnump/eng_gmp.h b/src/engine/gnump/eng_gmp.h
index 08d9caa12..a0ff2661c 100644
--- a/src/engine/gnump/eng_gmp.h
+++ b/src/engine/gnump/eng_gmp.h
@@ -13,7 +13,7 @@ namespace Botan {
/*************************************************
* GMP Engine *
*************************************************/
-class GMP_Engine : public Engine
+class BOTAN_DLL GMP_Engine : public Engine
{
public:
#if defined(BOTAN_HAS_IF_PUBLIC_KEY_FAMILY)