summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ui/ui_local.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libcrypto/ui/ui_local.h8
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 */