Enable apps to get a UI_METHOD for the default prompter
[openssl.git] / apps / apps.h
index d9f7c08e94ddc70bf8ba1df4431523ccac0033da..7cdf7117063cbc8ce7a07f5d0722323c35161862 100644 (file)
@@ -389,6 +389,7 @@ int password_callback(char *buf, int bufsiz, int verify, PW_CB_DATA *cb_data);
 
 int setup_ui_method(void);
 void destroy_ui_method(void);
+const UI_METHOD *get_ui_method(void);
 
 int chopup_args(ARGS *arg, char *buf);
 # ifdef HEADER_X509_H