The unified diff between revisions [92f17752..] 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 [a2e42a74a17b310ddcd350f705849b4bb4b2479d]
# to [5f88a957a4890dd111b65216613fdc16f055fb46]
#
============================================================
--- include/x509_obj.h a2e42a74a17b310ddcd350f705849b4bb4b2479d
+++ include/x509_obj.h 5f88a957a4890dd111b65216613fdc16f055fb46
@@ -1,6 +1,6 @@
/*************************************************
* X.509 SIGNED Object Header File *
-* (C) 1999-2006 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;