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/der_enc.h'
#
#
# patch "include/der_enc.h"
# from [2c3f47a1c7d1f360948af20ca6927548dae30090]
# to [b1f6c6128e409f1de66951eb53c755c29d3c39d6]
#
============================================================
--- include/der_enc.h 2c3f47a1c7d1f360948af20ca6927548dae30090
+++ include/der_enc.h b1f6c6128e409f1de66951eb53c755c29d3c39d6
@@ -1,13 +1,12 @@
/*************************************************
* DER Encoder Header File *
-* (C) 1999-2007 The Botan Project *
+* (C) 1999-2007 Jack Lloyd *
*************************************************/
#ifndef BOTAN_DER_ENCODER_H__
#define BOTAN_DER_ENCODER_H__
-#include <botan/secmem.h>
-#include <botan/enums.h>
+#include <botan/asn1_int.h>
#include <vector>
namespace Botan {
@@ -15,7 +14,7 @@ namespace Botan {
/*************************************************
* General DER Encoding Object *
*************************************************/
-class DER_Encoder
+class BOTAN_DLL DER_Encoder
{
public:
SecureVector<byte> get_contents();