diff options
Diffstat (limited to 'src/ssl/tls_suites.h')
-rw-r--r-- | src/ssl/tls_suites.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ssl/tls_suites.h b/src/ssl/tls_suites.h index a967655ff..b7008e8db 100644 --- a/src/ssl/tls_suites.h +++ b/src/ssl/tls_suites.h @@ -1,12 +1,12 @@ /** -* Cipher Suites Header File +* Cipher Suites * (C) 2004-2006 Jack Lloyd * * Released under the terms of the Botan license */ -#ifndef BOTAN_CIPHERSUITES_H__ -#define BOTAN_CIPHERSUITES_H__ +#ifndef BOTAN_TLS_CIPHERSUITES_H__ +#define BOTAN_TLS_CIPHERSUITES_H__ #include <botan/types.h> #include <string> |