missed a certificate change on amiga frontend

This commit is contained in:
Vincent Sanders 2020-02-23 17:37:33 +00:00
parent 338dd004f2
commit 8a834918e3
1 changed files with 3 additions and 4 deletions

View File

@ -298,10 +298,9 @@ ami_crtvrfy_create_window(struct ami_crtvrfy_window *crtvrfy_win)
/* exported interface documented in amiga/ssl_cert.h */
nserror ami_cert_verify(struct nsurl *url,
const struct cert_chain *chain,
unsigned long num,
nserror (*cb)(bool proceed, void *pw),
void *cbpw)
const struct cert_chain *chain,
nserror (*cb)(bool proceed, void *pw),
void *cbpw)
{
struct ami_crtvrfy_window *ncwin;
nserror res;