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/dl_algo.h'

#
#
# patch "include/dl_algo.h"
#  from [1f443e80cacfcedd444b4c0cf43528823b8736ab]
#    to [c6c8ab1cc99d09053aa3e887ed0f31d23f029b79]
#
============================================================
--- include/dl_algo.h	1f443e80cacfcedd444b4c0cf43528823b8736ab
+++ include/dl_algo.h	c6c8ab1cc99d09053aa3e887ed0f31d23f029b79
@@ -15,7 +15,7 @@ namespace Botan {
 /*************************************************
 * DL Public Key                                  *
 *************************************************/
-class DL_Scheme_PublicKey : public virtual Public_Key
+class BOTAN_DLL DL_Scheme_PublicKey : public virtual Public_Key
    {
    public:
       bool check_key(bool) const;
@@ -39,7 +39,7 @@ class DL_Scheme_PublicKey : public virtu
 /*************************************************
 * DL Private Key                                 *
 *************************************************/
-class DL_Scheme_PrivateKey : public virtual DL_Scheme_PublicKey,
+class BOTAN_DLL DL_Scheme_PrivateKey : public virtual DL_Scheme_PublicKey,
                              public virtual Private_Key
    {
    public: