aboutsummaryrefslogtreecommitdiff
path: root/src/exhaustive/brainpool.h
diff options
context:
space:
mode:
authorJ08nY2018-03-03 01:24:03 +0100
committerJ08nY2018-03-03 01:24:03 +0100
commitd53630043dedeef63a1ea8063c537a939d43afda (patch)
treea79f723623da515b6611cbe8d8896ff829f289c7 /src/exhaustive/brainpool.h
parent1f0f281a8a0ee8d4114a7f1df6c762f20e935746 (diff)
downloadecgen-d53630043dedeef63a1ea8063c537a939d43afda.tar.gz
ecgen-d53630043dedeef63a1ea8063c537a939d43afda.tar.zst
ecgen-d53630043dedeef63a1ea8063c537a939d43afda.zip
Add direcory names to include guards.
Diffstat (limited to 'src/exhaustive/brainpool.h')
-rw-r--r--src/exhaustive/brainpool.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exhaustive/brainpool.h b/src/exhaustive/brainpool.h
index 5767aca..4272d87 100644
--- a/src/exhaustive/brainpool.h
+++ b/src/exhaustive/brainpool.h
@@ -3,8 +3,8 @@
* Copyright (C) 2017-2018 J08nY
*/
-#ifndef ECGEN_BRAINPOOL_H
-#define ECGEN_BRAINPOOL_H
+#ifndef ECGEN_EXHAUSTIVE_BRAINPOOL_H
+#define ECGEN_EXHAUSTIVE_BRAINPOOL_H
#include "misc/types.h"
@@ -102,4 +102,4 @@ CHECK(brainpool_check_gens);
*/
CHECK(brainpool_check_order);
-#endif // ECGEN_BRAINPOOL_H
+#endif // ECGEN_EXHAUSTIVE_BRAINPOOL_H