summaryrefslogtreecommitdiff
path: root/frontends/monkey/cert.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-02-23 17:19:45 +0000
committerVincent Sanders <vince@kyllikki.org>2020-02-23 17:19:45 +0000
commit7039973a1f886fb5651c94495a042eba5940a4d9 (patch)
tree677051adea8de9fc03b4501225ed7e2aaabc37fa /frontends/monkey/cert.c
parent0c34d06494afe217ace7460c66df800d457dd2e8 (diff)
downloadnetsurf-7039973a1f886fb5651c94495a042eba5940a4d9.tar.gz
netsurf-7039973a1f886fb5651c94495a042eba5940a4d9.tar.bz2
fix frontends to cope with certificate chain update
Diffstat (limited to 'frontends/monkey/cert.c')
-rw-r--r--frontends/monkey/cert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/monkey/cert.c b/frontends/monkey/cert.c
index ddcd1137c..3ec2fbee0 100644
--- a/frontends/monkey/cert.c
+++ b/frontends/monkey/cert.c
@@ -40,8 +40,8 @@ static uint32_t cert_ctr = 0;
nserror
gui_cert_verify(nsurl *url,
- const struct ssl_cert_info *certs,
- unsigned long num, nserror (*cb)(bool proceed, void *pw),
+ const struct cert_chain *chain,
+ nserror (*cb)(bool proceed, void *pw),
void *cbpw)
{
struct monkey_cert *mcrt_ctx;