diff options
Diffstat (limited to 'src/lib/libcrypto/constant_time.h')
-rw-r--r-- | src/lib/libcrypto/constant_time.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/constant_time.h b/src/lib/libcrypto/constant_time.h index 2d511cc0bf..6546526b77 100644 --- a/src/lib/libcrypto/constant_time.h +++ b/src/lib/libcrypto/constant_time.h | |||
@@ -44,8 +44,8 @@ | |||
44 | * [including the GNU Public Licence.] | 44 | * [including the GNU Public Licence.] |
45 | */ | 45 | */ |
46 | 46 | ||
47 | #ifndef HEADER_CONSTANT_TIME_LOCL_H | 47 | #ifndef HEADER_CONSTANT_TIME_H |
48 | # define HEADER_CONSTANT_TIME_LOCL_H | 48 | #define HEADER_CONSTANT_TIME_H |
49 | 49 | ||
50 | __BEGIN_HIDDEN_DECLS | 50 | __BEGIN_HIDDEN_DECLS |
51 | 51 | ||
@@ -204,4 +204,4 @@ void err_clear_last_constant_time(int clear); | |||
204 | 204 | ||
205 | __END_HIDDEN_DECLS | 205 | __END_HIDDEN_DECLS |
206 | 206 | ||
207 | #endif /* HEADER_CONSTANT_TIME_LOCL_H */ | 207 | #endif /* !HEADER_CONSTANT_TIME_H */ |