Add a null UI method
[openssl.git] / include / openssl / ui.h
index c5718d23e237af4fe0c3497231291b2a752e03f4..a5fedb5d76a0b367fe0352a0644de8cdd743f195 100644 (file)
@@ -206,6 +206,12 @@ 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);
 
+/*
+ * NULL method.  Literarily does nothing, but may serve as a placeholder
+ * to avoid internal default.
+ */
+const UI_METHOD *UI_null(void);
+
 /* ---------- For method writers ---------- */
 /*-
    A method contains a number of functions that implement the low level