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/ecdsa | |
| 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/ecdsa')
| -rw-r--r-- | src/lib/libcrypto/ecdsa/ecs_local.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/ecdsa/ecs_local.h b/src/lib/libcrypto/ecdsa/ecs_local.h index 69794dfefb..5cdf264557 100644 --- a/src/lib/libcrypto/ecdsa/ecs_local.h +++ b/src/lib/libcrypto/ecdsa/ecs_local.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ecs_local.h,v 1.1 2022/11/26 16:08:52 tb Exp $ */ | 1 | /* $OpenBSD: ecs_local.h,v 1.2 2022/11/26 17:23:17 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Written by Nils Larsch for the OpenSSL project | 3 | * Written by Nils Larsch for the OpenSSL project |
| 4 | */ | 4 | */ |
| @@ -56,8 +56,8 @@ | |||
| 56 | * | 56 | * |
| 57 | */ | 57 | */ |
| 58 | 58 | ||
| 59 | #ifndef HEADER_ECS_LOCL_H | 59 | #ifndef HEADER_ECS_LOCAL_H |
| 60 | #define HEADER_ECS_LOCL_H | 60 | #define HEADER_ECS_LOCAL_H |
| 61 | 61 | ||
| 62 | #include <openssl/ecdsa.h> | 62 | #include <openssl/ecdsa.h> |
| 63 | 63 | ||
| @@ -96,4 +96,4 @@ ECDSA_SIG *ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len, | |||
| 96 | 96 | ||
| 97 | __END_HIDDEN_DECLS | 97 | __END_HIDDEN_DECLS |
| 98 | 98 | ||
| 99 | #endif /* HEADER_ECS_LOCL_H */ | 99 | #endif /* !HEADER_ECS_LOCAL_H */ |
