]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Changed certificate retrieval callback prototype parameter name to be in line with...
authorTom Vrancken <dev@tomvrancken.nl>
Thu, 25 Feb 2021 11:06:55 +0000 (12:06 +0100)
committerTom Vrancken <dev@tomvrancken.nl>
Sun, 28 Feb 2021 13:03:07 +0000 (14:03 +0100)
Signed-off-by: Tom Vrancken <dev@tomvrancken.nl>
lib/includes/gnutls/abstract.h

index 23444d9b59b417de995c74e5d23282a14604801c..7e98ea2b1314a12cc81bd04503bb9a71a07a8843 100644 (file)
@@ -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,