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

#
#
# patch "include/dlies.h"
#  from [2d4210fab2308626bd6f8c08a3f4596be6776200]
#    to [ba8018d6681f084e1fabfab66903260939bec948]
#
============================================================
--- include/dlies.h	2d4210fab2308626bd6f8c08a3f4596be6776200
+++ include/dlies.h	ba8018d6681f084e1fabfab66903260939bec948
@@ -13,7 +13,7 @@ namespace Botan {
 /*************************************************
 * DLIES Encryption                               *
 *************************************************/
-class DLIES_Encryptor : public PK_Encryptor
+class BOTAN_DLL DLIES_Encryptor : public PK_Encryptor
    {
    public:
       DLIES_Encryptor(const PK_Key_Agreement_Key&,
@@ -33,7 +33,7 @@ class DLIES_Encryptor : public PK_Encryp
 /*************************************************
 * DLIES Decryption                               *
 *************************************************/
-class DLIES_Decryptor : public PK_Decryptor
+class BOTAN_DLL DLIES_Decryptor : public PK_Decryptor
    {
    public:
       DLIES_Decryptor(const PK_Key_Agreement_Key&,