aboutsummaryrefslogtreecommitdiffstats
path: root/include/ber_dec.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ber_dec.h')
-rw-r--r--include/ber_dec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ber_dec.h b/include/ber_dec.h
index 6eeaffc63..890af67a2 100644
--- a/include/ber_dec.h
+++ b/include/ber_dec.h
@@ -14,7 +14,7 @@ namespace Botan {
/*************************************************
* BER Decoding Object *
*************************************************/
-class BER_Decoder
+class BOTAN_DLL BER_Decoder
{
public:
BER_Object get_next_object();
@@ -120,7 +120,7 @@ BER_Decoder& BER_Decoder::decode_list(std::vector<T>& vec, bool clear_it)
*************************************************/
namespace BER {
-void decode(BER_Decoder&, Key_Constraints&);
+void BOTAN_DLL decode(BER_Decoder&, Key_Constraints&);
}