-/* $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.
*/
/* 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 ----------