summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Vrancken <dev@tomvrancken.nl>2021-02-25 12:06:55 +0100
committerTom Vrancken <dev@tomvrancken.nl>2021-02-28 14:03:07 +0100
commit4703ed1a51cc9ee56c7f41bd18c1ddd58216d28e (patch)
tree87747b6de441d3507b40315cb92bd586b110527b
parentd28825da43e986279859d8d41b1b10ee41a035fb (diff)
downloadgnutls-4703ed1a51cc9ee56c7f41bd18c1ddd58216d28e.tar.gz
Changed certificate retrieval callback prototype parameter name to be in line with the other parameters.
Signed-off-by: Tom Vrancken <dev@tomvrancken.nl>
-rw-r--r--lib/includes/gnutls/abstract.h2
1 files changed, 1 insertions, 1 deletions
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,