Prompt user to allow or deny untrusted TLS certificates
This commit is contained in:
@@ -2106,6 +2106,13 @@ ui_ask_password(void)
|
||||
return inp_get_password();
|
||||
}
|
||||
|
||||
char *
|
||||
ui_get_line(void)
|
||||
{
|
||||
status_bar_update_virtual();
|
||||
return inp_get_line();
|
||||
}
|
||||
|
||||
char *
|
||||
ui_ask_pgp_passphrase(const char *hint, int prev_fail)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user