diff options
Diffstat (limited to 'src/ssl/tls_record.h')
-rw-r--r-- | src/ssl/tls_record.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ssl/tls_record.h b/src/ssl/tls_record.h index 420ec7d50..3bec2e8ef 100644 --- a/src/ssl/tls_record.h +++ b/src/ssl/tls_record.h @@ -1,12 +1,12 @@ /** -* TLS Record Handling Header File +* TLS Record Handling * (C) 2004-2006 Jack Lloyd * * Released under the terms of the Botan license */ -#ifndef BOTAN_RECORDS_H__ -#define BOTAN_RECORDS_H__ +#ifndef BOTAN_TLS_RECORDS_H__ +#define BOTAN_TLS_RECORDS_H__ #include <botan/tls_session_key.h> #include <botan/socket.h> |