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/amiga/gui.c | 1 - 1 file changed, 1 deletion(-) (limited to 'frontends/amiga') diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c index af9322e53..a81de1692 100644 --- a/frontends/amiga/gui.c +++ b/frontends/amiga/gui.c @@ -6086,7 +6086,6 @@ static struct gui_misc_table amiga_misc_table = { .quit = gui_quit, .launch_url = gui_launch_url, - .cert_verify = ami_cert_verify, }; /** Normal entry point from OS */ -- cgit v1.2.3