Expose UI_null()
authortb <tb@openbsd.org>
Fri, 10 Mar 2023 16:41:32 +0000 (16:41 +0000)
committertb <tb@openbsd.org>
Fri, 10 Mar 2023 16:41:32 +0000 (16:41 +0000)
lib/libcrypto/ui/ui.h

index 0f66245..79d807f 100644 (file)
@@ -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 ----------