summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorjsg <>2026-05-19 10:44:42 +0000
committerjsg <>2026-05-19 10:44:42 +0000
commit73dc5c5d171f6cc40ff81af7988ff42243580ee2 (patch)
treeea2f12548156c89e0f9c9234201b4d97974ee839 /src/lib
parent28f5d130562bcde7a46ba82124fa2d823c9c48a3 (diff)
downloadopenbsd-73dc5c5d171f6cc40ff81af7988ff42243580ee2.tar.gz
openbsd-73dc5c5d171f6cc40ff81af7988ff42243580ee2.tar.bz2
openbsd-73dc5c5d171f6cc40ff81af7988ff42243580ee2.zip
remove '#undef _' added for Windows CE
ok jsing@ tb@
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