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

#
#
# patch "include/der_enc.h"
#  from [c9c32338023d05e61e061ed29a357bf8ec1f5d98]
#    to [2bd34135e89958c97778e92d5206b2b411887961]
#
============================================================
--- include/der_enc.h	c9c32338023d05e61e061ed29a357bf8ec1f5d98
+++ include/der_enc.h	2bd34135e89958c97778e92d5206b2b411887961
@@ -15,7 +15,7 @@ namespace Botan {
 /*************************************************
 * General DER Encoding Object                    *
 *************************************************/
-class DER_Encoder
+class BOTAN_DLL DER_Encoder
    {
    public:
       SecureVector<byte> get_contents();