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/asn1_int.h'
#
#
# patch "include/asn1_int.h"
# from [73aba9e43f1440e3ca44425e159173815f174f8e]
# to [5caaae2713c3f14a3a4508263e52bc3331674c36]
#
============================================================
--- include/asn1_int.h 73aba9e43f1440e3ca44425e159173815f174f8e
+++ include/asn1_int.h 5caaae2713c3f14a3a4508263e52bc3331674c36
@@ -15,7 +15,7 @@ namespace Botan {
/*************************************************
* Basic ASN.1 Object Interface *
*************************************************/
-class ASN1_Object
+class BOTAN_DLL ASN1_Object
{
public:
virtual void encode_into(class DER_Encoder&) const = 0;
@@ -26,7 +26,7 @@ class ASN1_Object
/*************************************************
* BER Encoded Object *
*************************************************/
-class BER_Object
+class BOTAN_DLL BER_Object
{
public:
void assert_is_a(ASN1_Tag, ASN1_Tag);