aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_alerts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tls/tls_alerts.h')
-rw-r--r--src/tls/tls_alerts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tls/tls_alerts.h b/src/tls/tls_alerts.h
index 0634d6763..2ccb1ad79 100644
--- a/src/tls/tls_alerts.h
+++ b/src/tls/tls_alerts.h
@@ -12,6 +12,8 @@
namespace Botan {
+namespace TLS {
+
/**
* SSL/TLS Alert Message
*/
@@ -57,4 +59,6 @@ class Alert
}
+}
+
#endif