diff options
Diffstat (limited to 'src/tls/tls_session.h')
-rw-r--r-- | src/tls/tls_session.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tls/tls_session.h b/src/tls/tls_session.h index 9a3c242a8..290ee6dcc 100644 --- a/src/tls/tls_session.h +++ b/src/tls/tls_session.h @@ -5,8 +5,8 @@ * Released under the terms of the Botan license */ -#ifndef TLS_SESSION_STATE_H__ -#define TLS_SESSION_STATE_H__ +#ifndef BOTAN_TLS_SESSION_STATE_H__ +#define BOTAN_TLS_SESSION_STATE_H__ #include <botan/x509cert.h> #include <botan/tls_version.h> |