aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/x509_vfy.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/x509_vfy.h')
-rw-r--r--include/openssl/x509_vfy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openssl/x509_vfy.h b/include/openssl/x509_vfy.h
index f949bd9399..b78b59c8f5 100644
--- a/include/openssl/x509_vfy.h
+++ b/include/openssl/x509_vfy.h
@@ -240,8 +240,8 @@ struct x509_store_ctx_st { /* X509_STORE_CTX */
/* The following is built up */
/* if 0, rebuild chain */
int valid;
- /* index of last untrusted cert */
- int last_untrusted;
+ /* number of untrusted certs */
+ int num_untrusted;
/* chain of X509s - built up and trusted */
STACK_OF(X509) *chain;
/* Valid policy tree */