aboutsummaryrefslogtreecommitdiffstats
path: root/src/ssl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-02-17 06:54:46 +0000
committerlloyd <[email protected]>2010-02-17 06:54:46 +0000
commitd63b0d8ad9330f6f0d80fa93b97cead3aea20d94 (patch)
tree6361fe405b587d8c7a30337d0fa4fc818451bad1 /src/ssl
parent2fca1a1491a9f2da8007644cda5e90a7521cc3c4 (diff)
Use the canonical header guard form in handshake_hash.h otherwise the
alamgamation generator horks.
Diffstat (limited to 'src/ssl')
-rw-r--r--src/ssl/handshake_hash.h4
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>