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/ui/ui_local.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/ui/ui_local.h')
-rw-r--r-- | src/lib/libcrypto/ui/ui_local.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/ui/ui_local.h b/src/lib/libcrypto/ui/ui_local.h index d62c628f8c..460b5600bd 100644 --- a/src/lib/libcrypto/ui/ui_local.h +++ b/src/lib/libcrypto/ui/ui_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ui_local.h,v 1.1 2022/11/26 16:08:54 tb Exp $ */ | 1 | /* $OpenBSD: ui_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */ |
2 | 2 | ||
3 | /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL | 3 | /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL |
4 | * project 2001. | 4 | * project 2001. |
@@ -57,8 +57,8 @@ | |||
57 | * | 57 | * |
58 | */ | 58 | */ |
59 | 59 | ||
60 | #ifndef HEADER_UI_LOCL_H | 60 | #ifndef HEADER_UI_LOCAL_H |
61 | #define HEADER_UI_LOCL_H | 61 | #define HEADER_UI_LOCAL_H |
62 | 62 | ||
63 | #include <openssl/ui.h> | 63 | #include <openssl/ui.h> |
64 | #include <openssl/crypto.h> | 64 | #include <openssl/crypto.h> |
@@ -149,4 +149,4 @@ struct ui_st { | |||
149 | 149 | ||
150 | __END_HIDDEN_DECLS | 150 | __END_HIDDEN_DECLS |
151 | 151 | ||
152 | #endif | 152 | #endif /* !HEADER_UI_LOCAL_H */ |