diff options
Diffstat (limited to 'src/exhaustive/brainpool.h')
| -rw-r--r-- | src/exhaustive/brainpool.h | 6 |
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 |
