aboutsummaryrefslogtreecommitdiffstats
path: root/src/filters
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-03-19 23:53:35 +0000
committerlloyd <[email protected]>2013-03-19 23:53:35 +0000
commitee72281de9d09e71ced94580d1cf095848d14873 (patch)
treefceda264a31db7ba8c5544f845544dcbab5e2521 /src/filters
parent7ef5a48b94635f953458fbca05f1557b875e5592 (diff)
Missing BOTAN_DLL on AEAD_Mode
Diffstat (limited to 'src/filters')
-rw-r--r--src/filters/aead/aead.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters/aead/aead.h b/src/filters/aead/aead.h
index 868008e5d..aa080452b 100644
--- a/src/filters/aead/aead.h
+++ b/src/filters/aead/aead.h
@@ -12,7 +12,7 @@
namespace Botan {
-class AEAD_Mode : public Keyed_Filter
+class BOTAN_DLL AEAD_Mode : public Keyed_Filter
{
public:
/**