The unified diff between revisions [229d3942..] and [51f9ee51..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/def_powm.h'

#
#
# patch "include/def_powm.h"
#  from [b8fd1233ac5e90aea858ff83bcc53ad9e93a0ce6]
#    to [441262d6c635e3dc9678bb0fb1b725fb1cabca99]
#
============================================================
--- include/def_powm.h	b8fd1233ac5e90aea858ff83bcc53ad9e93a0ce6
+++ include/def_powm.h	441262d6c635e3dc9678bb0fb1b725fb1cabca99
@@ -15,7 +15,7 @@ namespace Botan {
 /*************************************************
 * Fixed Window Exponentiator                     *
 *************************************************/
-class Fixed_Window_Exponentiator : public Modular_Exponentiator
+class BOTAN_DLL Fixed_Window_Exponentiator : public Modular_Exponentiator
    {
    public:
       void set_exponent(const BigInt&);
@@ -37,7 +37,7 @@ class Fixed_Window_Exponentiator : publi
 /*************************************************
 * Montgomery Exponentiator                       *
 *************************************************/
-class Montgomery_Exponentiator : public Modular_Exponentiator
+class BOTAN_DLL Montgomery_Exponentiator : public Modular_Exponentiator
    {
    public:
       void set_exponent(const BigInt&);