diff options
Diffstat (limited to 'src/engine/gnump/gmp_wrap.h')
-rw-r--r-- | src/engine/gnump/gmp_wrap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/gnump/gmp_wrap.h b/src/engine/gnump/gmp_wrap.h index 11a51c87d..f8d9cf365 100644 --- a/src/engine/gnump/gmp_wrap.h +++ b/src/engine/gnump/gmp_wrap.h @@ -16,7 +16,7 @@ namespace Botan { /* * Lightweight GMP mpz_t Wrapper */ -class BOTAN_DLL GMP_MPZ +class GMP_MPZ { public: mpz_t value; |