diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ssl/handshake_hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ssl/handshake_hash.h b/src/ssl/handshake_hash.h index 8d6b11e79..cfb351765 100644 --- a/src/ssl/handshake_hash.h +++ b/src/ssl/handshake_hash.h @@ -5,8 +5,8 @@ * Released under the terms of the Botan license */ -#ifndef BOTAN_TLS_HANDSHAKE_HASH__ -#define BOTAN_TLS_HANDSHAKE_HASH__ +#ifndef BOTAN_TLS_HANDSHAKE_HASH_H__ +#define BOTAN_TLS_HANDSHAKE_HASH_H__ #include <botan/secmem.h> |