summaryrefslogtreecommitdiff
path: root/frontends/amiga/sslcert.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/amiga/sslcert.h')
-rw-r--r--frontends/amiga/sslcert.h4
1 files changed, 2 insertions, 2 deletions
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