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

#
#
# patch "include/der_enc.h"
#  from [343cbe1d916c91b2b78504674240aeb4fa5ca04e]
#    to [b1f6c6128e409f1de66951eb53c755c29d3c39d6]
#
============================================================
--- include/der_enc.h	343cbe1d916c91b2b78504674240aeb4fa5ca04e
+++ include/der_enc.h	b1f6c6128e409f1de66951eb53c755c29d3c39d6
@@ -1,13 +1,12 @@
 /*************************************************
 * DER Encoder Header File                        *
-* (C) 1999-2006 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();