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

@@ -168,6 +168,11 @@ char * ui_ask_password(void)
return mock_ptr_type(char *);
}
char *ui_get_line(void)
{
return NULL;
}
void ui_handle_stanza(const char * const msg) {}
// ui events