From 4703ed1a51cc9ee56c7f41bd18c1ddd58216d28e Mon Sep 17 00:00:00 2001 From: Tom Vrancken Date: Thu, 25 Feb 2021 12:06:55 +0100 Subject: Changed certificate retrieval callback prototype parameter name to be in line with the other parameters. Signed-off-by: Tom Vrancken --- lib/includes/gnutls/abstract.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/includes/gnutls/abstract.h b/lib/includes/gnutls/abstract.h index 23444d9b59..7e98ea2b13 100644 --- a/lib/includes/gnutls/abstract.h +++ b/lib/includes/gnutls/abstract.h @@ -746,7 +746,7 @@ typedef int gnutls_certificate_retrieve_function3( gnutls_session_t, const struct gnutls_cert_retr_st *info, gnutls_pcert_st **certs, - unsigned int *pcert_length, + unsigned int *certs_length, gnutls_ocsp_data_st **ocsp, unsigned int *ocsp_length, gnutls_privkey_t *privkey, -- cgit v1.2.1