From 73dc5c5d171f6cc40ff81af7988ff42243580ee2 Mon Sep 17 00:00:00 2001 From: jsg <> Date: Tue, 19 May 2026 10:44:42 +0000 Subject: remove '#undef _' added for Windows CE ok jsing@ tb@ --- src/lib/libcrypto/ui/ui_local.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/lib') 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 @@ -/* $OpenBSD: ui_local.h,v 1.3 2026/05/19 09:17:44 tb Exp $ */ +/* $OpenBSD: ui_local.h,v 1.4 2026/05/19 10:44:42 jsg Exp $ */ /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL * project 2001. @@ -65,10 +65,6 @@ __BEGIN_HIDDEN_DECLS -#ifdef _ -#undef _ -#endif - struct ui_method_st { char *name; -- cgit v1.2.3-55-g6feb