diff options
| author | tb <> | 2022-11-26 17:23:18 +0000 |
|---|---|---|
| committer | tb <> | 2022-11-26 17:23:18 +0000 |
| commit | 3a1908508efa61f3f77ac8036694af2f920df947 (patch) | |
| tree | d2f78bc27178372f03f15f36ae93b967a1e203d7 /src/lib/libcrypto/constant_time.h | |
| parent | 8bb7cb3ff1df35d93a1b5e0fc0d4bfdb91221439 (diff) | |
| download | openbsd-3a1908508efa61f3f77ac8036694af2f920df947.tar.gz openbsd-3a1908508efa61f3f77ac8036694af2f920df947.tar.bz2 openbsd-3a1908508efa61f3f77ac8036694af2f920df947.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 */ |
