The unified diff between revisions [5ac60dc5..] and [48b49b84..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'include/x509_obj.h'

#
#
# patch "include/x509_obj.h"
#  from [e49bcc7c9c7d559e0f746b0c2533fe635309ac54]
#    to [5f88a957a4890dd111b65216613fdc16f055fb46]
#
============================================================
--- include/x509_obj.h	e49bcc7c9c7d559e0f746b0c2533fe635309ac54
+++ include/x509_obj.h	5f88a957a4890dd111b65216613fdc16f055fb46
@@ -1,6 +1,6 @@
 /*************************************************
 * X.509 SIGNED Object Header File                *
-* (C) 1999-2007 The Botan Project                *
+* (C) 1999-2007 Jack Lloyd                       *
 *************************************************/

 #ifndef BOTAN_X509_OBJECT_H__
@@ -8,6 +8,7 @@

 #include <botan/asn1_obj.h>
 #include <botan/pipe.h>
+#include <botan/enums.h>
 #include <vector>

 namespace Botan {
@@ -15,7 +16,7 @@ namespace Botan {
 /*************************************************
 * Generic X.509 SIGNED Object                    *
 *************************************************/
-class X509_Object
+class BOTAN_DLL X509_Object
    {
    public:
       SecureVector<byte> tbs_data() const;