Prompt user to allow or deny untrusted TLS certificates

This commit is contained in:
James Booth
2015-09-22 21:42:05 +01:00
parent 74151e6419
commit 9414ad268d
9 changed files with 84 additions and 3 deletions

View File

@@ -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)
{