summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/constant_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/constant_time.h')
-rw-r--r--src/lib/libcrypto/constant_time.h6
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 */