aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/base/sym_algo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/base/sym_algo.h')
-rw-r--r--src/lib/base/sym_algo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/base/sym_algo.h b/src/lib/base/sym_algo.h
index 45cb5a55e..7dbf600f8 100644
--- a/src/lib/base/sym_algo.h
+++ b/src/lib/base/sym_algo.h
@@ -5,8 +5,8 @@
* Botan is released under the Simplified BSD License (see license.txt)
*/
-#ifndef BOTAN_SYMMETRIC_ALGORITHM_H__
-#define BOTAN_SYMMETRIC_ALGORITHM_H__
+#ifndef BOTAN_SYMMETRIC_ALGORITHM_H_
+#define BOTAN_SYMMETRIC_ALGORITHM_H_
#include <botan/key_spec.h>
#include <botan/exceptn.h>