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/gost | |
| 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/gost')
| -rw-r--r-- | src/lib/libcrypto/gost/gost_local.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/gost/gost_local.h b/src/lib/libcrypto/gost/gost_local.h index 1b31f7446e..830f14149e 100644 --- a/src/lib/libcrypto/gost/gost_local.h +++ b/src/lib/libcrypto/gost/gost_local.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: gost_local.h,v 1.1 2022/11/26 16:08:53 tb Exp $ */ | 1 | /* $OpenBSD: gost_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 3 | * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
| 4 | * Copyright (c) 2005-2006 Cryptocom LTD | 4 | * Copyright (c) 2005-2006 Cryptocom LTD |
| @@ -49,8 +49,8 @@ | |||
| 49 | * ==================================================================== | 49 | * ==================================================================== |
| 50 | */ | 50 | */ |
| 51 | 51 | ||
| 52 | #ifndef HEADER_GOST_LOCL_H | 52 | #ifndef HEADER_GOST_LOCAL_H |
| 53 | #define HEADER_GOST_LOCL_H | 53 | #define HEADER_GOST_LOCAL_H |
| 54 | 54 | ||
| 55 | #include <openssl/ec.h> | 55 | #include <openssl/ec.h> |
| 56 | #include <openssl/ecdsa.h> | 56 | #include <openssl/ecdsa.h> |
| @@ -114,4 +114,4 @@ extern int GostR3410_512_param_id(const char *value); | |||
| 114 | 114 | ||
| 115 | __END_HIDDEN_DECLS | 115 | __END_HIDDEN_DECLS |
| 116 | 116 | ||
| 117 | #endif | 117 | #endif /* !HEADER_GOST_LOCAL_H */ |
