aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl/tls_exceptn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssl/tls_exceptn.h')
-rw-r--r--src/ssl/tls_exceptn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssl/tls_exceptn.h b/src/ssl/tls_exceptn.h
index a9efc718a..37b9c0d27 100644
--- a/src/ssl/tls_exceptn.h
+++ b/src/ssl/tls_exceptn.h
@@ -32,7 +32,7 @@ class BOTAN_DLL TLS_Exception : public Exception
/**
* Unexpected_Message Exception
*/
-struct Unexpected_Message : public TLS_Exception
+struct BOTAN_DLL Unexpected_Message : public TLS_Exception
{
Unexpected_Message(const std::string& err) :
TLS_Exception(UNEXPECTED_MESSAGE, err) {}