From 338dd004f22b8c630ac1ff085b53ef34ab018ed4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 23 Feb 2020 17:25:19 +0000 Subject: fix windows and amiga frontends to cope with certificate chain changes --- frontends/amiga/sslcert.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/amiga') diff --git a/frontends/amiga/sslcert.h b/frontends/amiga/sslcert.h index 392989f02..114d557cf 100644 --- a/frontends/amiga/sslcert.h +++ b/frontends/amiga/sslcert.h @@ -19,7 +19,7 @@ #ifndef AMIGA_SSLCERT_H #define AMIGA_SSLCERT_H struct nsurl; -struct ssl_cert_info; +struct cert_chain; /** * Prompt the user to verify a certificate with issues. @@ -32,7 +32,7 @@ struct ssl_cert_info; * \return NSERROR_OK or error code if prompt creation failed. */ nserror ami_cert_verify(struct nsurl *url, - const struct ssl_cert_info *certs, unsigned long num, + const struct cert_chain *chain, nserror (*cb)(bool proceed, void *pw), void *cbpw); #endif -- cgit v1.2.3