summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/ui/ui_local.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/ui/ui_local.h b/src/lib/libcrypto/ui/ui_local.h
index 065dc0b11f..f16ea34b29 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.3 2026/05/19 09:17:44 tb Exp $ */ 1/* $OpenBSD: ui_local.h,v 1.4 2026/05/19 10:44:42 jsg 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.
@@ -65,10 +65,6 @@
65 65
66__BEGIN_HIDDEN_DECLS 66__BEGIN_HIDDEN_DECLS
67 67
68#ifdef _
69#undef _
70#endif
71
72struct ui_method_st { 68struct ui_method_st {
73 char *name; 69 char *name;
74 70