summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/constant_time.h
diff options
context:
space:
mode:
authortb <>2022-11-26 17:23:18 +0000
committertb <>2022-11-26 17:23:18 +0000
commit246954626bd75b061be0645ab9659db51b2c4e38 (patch)
treed2f78bc27178372f03f15f36ae93b967a1e203d7 /src/lib/libcrypto/constant_time.h
parentdb814f9b2a52dd12a467bdc126ab9750901835bb (diff)
downloadopenbsd-246954626bd75b061be0645ab9659db51b2c4e38.tar.gz
openbsd-246954626bd75b061be0645ab9659db51b2c4e38.tar.bz2
openbsd-246954626bd75b061be0645ab9659db51b2c4e38.zip
Make header guards of internal headers consistent
Not all of them, only those that didn't leak into a public header... Yes.
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 */