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

#
#
# patch "include/dsa.h"
#  from [669645224181beb0dd4cd2b973177c32101598c5]
#    to [03ca791b177eb9709d13a5f79181a157bca0aa4d]
#
============================================================
--- include/dsa.h	669645224181beb0dd4cd2b973177c32101598c5
+++ include/dsa.h	03ca791b177eb9709d13a5f79181a157bca0aa4d
@@ -14,7 +14,7 @@ namespace Botan {
 /*************************************************
 * DSA Public Key                                 *
 *************************************************/
-class DSA_PublicKey : public PK_Verifying_wo_MR_Key,
+class BOTAN_DLL DSA_PublicKey : public PK_Verifying_wo_MR_Key,
                       public virtual DL_Scheme_PublicKey
    {
    public:
@@ -38,7 +38,7 @@ class DSA_PublicKey : public PK_Verifyin
 /*************************************************
 * DSA Private Key                                *
 *************************************************/
-class DSA_PrivateKey : public DSA_PublicKey,
+class BOTAN_DLL DSA_PrivateKey : public DSA_PublicKey,
                        public PK_Signing_Key,
                        public virtual DL_Scheme_PrivateKey
    {