diff options
Diffstat (limited to 'src/ssl/tls_alerts.h')
-rw-r--r-- | src/ssl/tls_alerts.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ssl/tls_alerts.h b/src/ssl/tls_alerts.h index 8bc112761..894bca4af 100644 --- a/src/ssl/tls_alerts.h +++ b/src/ssl/tls_alerts.h @@ -1,12 +1,12 @@ /** -* Alert Message Header File +* Alert Message * (C) 2004-2006 Jack Lloyd * * Released under the terms of the Botan license */ -#ifndef BOTAN_ALERT_H__ -#define BOTAN_ALERT_H__ +#ifndef BOTAN_TLS_ALERT_H__ +#define BOTAN_TLS_ALERT_H__ #include <botan/tls_exceptn.h> |