diff options
author | tb <> | 2022-11-26 17:23:18 +0000 |
---|---|---|
committer | tb <> | 2022-11-26 17:23:18 +0000 |
commit | 246954626bd75b061be0645ab9659db51b2c4e38 (patch) | |
tree | d2f78bc27178372f03f15f36ae93b967a1e203d7 /src/lib/libcrypto/constant_time.h | |
parent | db814f9b2a52dd12a467bdc126ab9750901835bb (diff) | |
download | openbsd-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.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 */ |