From: tb Date: Fri, 10 Mar 2023 16:41:32 +0000 (+0000) Subject: Expose UI_null() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7b15cd85193fd18642694d21a10a9bc45aab4d4a;p=openbsd Expose UI_null() --- diff --git a/lib/libcrypto/ui/ui.h b/lib/libcrypto/ui/ui.h index 0f662455ed3..79d807f03c9 100644 --- a/lib/libcrypto/ui/ui.h +++ b/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 ----------