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

#
#
# patch "include/ber_dec.h"
#  from [bbf9928c67e9657232a99f2153430f93dd29abd6]
#    to [90a3ca1bab5637490b05f6dce57aca75fc794b01]
#
============================================================
--- include/ber_dec.h	bbf9928c67e9657232a99f2153430f93dd29abd6
+++ include/ber_dec.h	90a3ca1bab5637490b05f6dce57aca75fc794b01
@@ -14,7 +14,7 @@ namespace Botan {
 /*************************************************
 * BER Decoding Object                            *
 *************************************************/
-class BER_Decoder
+class BOTAN_DLL BER_Decoder
    {
    public:
       BER_Object get_next_object();
@@ -120,7 +120,7 @@ namespace BER {
 *************************************************/
 namespace BER {

-void decode(BER_Decoder&, Key_Constraints&);
+void BOTAN_DLL decode(BER_Decoder&, Key_Constraints&);

 }