From a91b508418797103e43791f39e4924495339c53a Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 10 Mar 2023 16:41:32 +0000 Subject: Expose UI_null() --- src/lib/libcrypto/ui/ui.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/lib/libcrypto/ui/ui.h b/src/lib/libcrypto/ui/ui.h index 0f662455ed..79d807f03c 100644 --- a/src/lib/libcrypto/ui/ui.h +++ b/src/lib/libcrypto/ui/ui.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ui.h,v 1.16 2022/12/26 07:18:52 jmc Exp $ */ +/* $OpenBSD: ui.h,v 1.17 2023/03/10 16:41:32 tb Exp $ */ /* Written by Richard Levitte (richard@levitte.org) for the OpenSSL * project 2001. */ @@ -257,9 +257,7 @@ const UI_METHOD *UI_set_method(UI *ui, const UI_METHOD *meth); /* The method with all the built-in thingies */ UI_METHOD *UI_OpenSSL(void); -#if defined(LIBRESSL_INTERNAL) || defined(LIBRESSL_NEXT_API) const UI_METHOD *UI_null(void); -#endif /* * ---------- For method writers ---------- -- cgit v1.2.3-55-g6feb