From 1cf1ec55bc7647e737d7ec41bfe1def721269c02 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 6 Aug 2019 13:15:23 +0100 Subject: Support SSL verification through new about: handler In doing this, also propagate why the certificates were bad so that the page can display a reason. We will need FatMessages for all these. Signed-off-by: Daniel Silverstone --- frontends/atari/gui.c | 1 - 1 file changed, 1 deletion(-) (limited to 'frontends/atari') diff --git a/frontends/atari/gui.c b/frontends/atari/gui.c index cce4e13ee..517289d49 100644 --- a/frontends/atari/gui.c +++ b/frontends/atari/gui.c @@ -1107,7 +1107,6 @@ static struct gui_misc_table atari_misc_table = { .warning = atari_warn_user, .quit = gui_quit, - .cert_verify = gui_cert_verify, }; /* #define WITH_DBG_LOGFILE 1 */ -- cgit v1.2.3