summaryrefslogtreecommitdiff
path: root/lib/x509/verify-high.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509/verify-high.h')
-rw-r--r--lib/x509/verify-high.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/x509/verify-high.h b/lib/x509/verify-high.h
index 6ce5f958ae..4cbb29a9c8 100644
--- a/lib/x509/verify-high.h
+++ b/lib/x509/verify-high.h
@@ -45,6 +45,8 @@ struct gnutls_x509_trust_list_st {
/* set this callback if the issuer in the certificate
* chain is missing. */
gnutls_x509_trust_list_getissuer_function *issuer_callback;
+ /* set user pointer. */
+ void *usr_ptr;
};
int _gnutls_trustlist_inlist(gnutls_x509_trust_list_t list,