diff options
Diffstat (limited to 'src/tls/tls_exceptn.h')
-rw-r--r-- | src/tls/tls_exceptn.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tls/tls_exceptn.h b/src/tls/tls_exceptn.h index 37b9c0d27..f29f008be 100644 --- a/src/tls/tls_exceptn.h +++ b/src/tls/tls_exceptn.h @@ -13,6 +13,8 @@ namespace Botan { +namespace TLS { + /** * Exception Base Class */ @@ -40,4 +42,6 @@ struct BOTAN_DLL Unexpected_Message : public TLS_Exception } +} + #endif |