diff options
author | lloyd <[email protected]> | 2009-12-16 22:53:25 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-16 22:53:25 +0000 |
commit | f3f36611db8c3f6c67c818d454973a0165b0fcf2 (patch) | |
tree | 1fc131e32869e00eb7c87e70bee53fe26bc276b3 /src/math/numbertheory/def_powm.h | |
parent | e65ec3c8aae63d8c1942ce786d3b8c1f68a81e91 (diff) |
Add missing BOTAN_DLL exports.
Move most of the engine headers to internal
Diffstat (limited to 'src/math/numbertheory/def_powm.h')
-rw-r--r-- | src/math/numbertheory/def_powm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math/numbertheory/def_powm.h b/src/math/numbertheory/def_powm.h index 472c865c3..5b8a5a591 100644 --- a/src/math/numbertheory/def_powm.h +++ b/src/math/numbertheory/def_powm.h @@ -17,7 +17,7 @@ namespace Botan { /* * Fixed Window Exponentiator */ -class BOTAN_DLL Fixed_Window_Exponentiator : public Modular_Exponentiator +class Fixed_Window_Exponentiator : public Modular_Exponentiator { public: void set_exponent(const BigInt&); @@ -39,7 +39,7 @@ class BOTAN_DLL Fixed_Window_Exponentiator : public Modular_Exponentiator /* * Montgomery Exponentiator */ -class BOTAN_DLL Montgomery_Exponentiator : public Modular_Exponentiator +class Montgomery_Exponentiator : public Modular_Exponentiator { public: void set_exponent(const BigInt&); |