Add 'void *' argument to app_verify_callback.

Submitted by: D. K. Smetters <smetters@parc.xerox.com>
Reviewed by: Bodo Moeller
This commit is contained in:
Bodo Möller
2002-02-28 10:55:52 +00:00
parent 6d1a837df7
commit 48781ef7f7
8 changed files with 89 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
/* -*- Mode: C; c-file-style: "bsd" -*- */
/*
* easy-tls.c -- generic TLS proxy.
* $Id: easy-tls.c,v 1.2 2001/09/24 07:54:09 bodo Exp $
* $Id: easy-tls.c,v 1.2.2.1 2002/02/28 10:55:00 bodo Exp $
*/
/*
(c) Copyright 1999 Bodo Moeller. All rights reserved.
@@ -73,7 +73,7 @@
*/
static char const rcsid[] =
"$Id: easy-tls.c,v 1.2 2001/09/24 07:54:09 bodo Exp $";
"$Id: easy-tls.c,v 1.2.2.1 2002/02/28 10:55:00 bodo Exp $";
#include <assert.h>
#include <errno.h>
@@ -568,7 +568,7 @@ no_passphrase_callback(char *buf, int num, int w, void *arg)
}
static int
verify_dont_fail_cb(X509_STORE_CTX *c)
verify_dont_fail_cb(X509_STORE_CTX *c, void *unused_arg)
{
int i;