diff options
Diffstat (limited to 'src/ssl/tls_magic.h')
-rw-r--r-- | src/ssl/tls_magic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ssl/tls_magic.h b/src/ssl/tls_magic.h index 2b894a862..0d98f643e 100644 --- a/src/ssl/tls_magic.h +++ b/src/ssl/tls_magic.h @@ -1,12 +1,12 @@ /** -* SSL/TLS Protocol Constants Header File +* SSL/TLS Protocol Constants * (C) 2004-2006 Jack Lloyd * * Released under the terms of the Botan license */ -#ifndef BOTAN_PROTOCOL_MAGIC_H__ -#define BOTAN_PROTOCOL_MAGIC_H__ +#ifndef BOTAN_TLS_PROTOCOL_MAGIC_H__ +#define BOTAN_TLS_PROTOCOL_MAGIC_H__ namespace Botan { |