summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
Diffstat (limited to 'riscos')
-rw-r--r--riscos/gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/riscos/gui.c b/riscos/gui.c
index 793be0962..387f1be11 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -62,6 +62,7 @@
#include "desktop/netsurf.h"
#include "desktop/options.h"
#include "desktop/save_complete.h"
+#include "desktop/sslcert.h"
#include "desktop/tree.h"
#include "desktop/tree_url_node.h"
#include "render/box.h"
@@ -817,6 +818,7 @@ void gui_quit(void)
history_global_cleanup();
cookies_cleanup();
hotlist_cleanup(option_hotlist_save);
+ sslcert_cleanup();
ro_gui_saveas_quit();
rufl_quit();
free(gui_sprites);