summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_lcl.h
diff options
context:
space:
mode:
authortb <>2021-11-07 15:51:23 +0000
committertb <>2021-11-07 15:51:23 +0000
commit04f74fcb117c9a3dfee31764c43203715cfe59c7 (patch)
tree115381a8e2b3bea723248bff78f7002ea1a9507f /src/lib/libcrypto/x509/x509_lcl.h
parent4856ea51ef642201c20878e33160a32463c2c87d (diff)
downloadopenbsd-04f74fcb117c9a3dfee31764c43203715cfe59c7.tar.gz
openbsd-04f74fcb117c9a3dfee31764c43203715cfe59c7.tar.bz2
openbsd-04f74fcb117c9a3dfee31764c43203715cfe59c7.zip
In X509_STORE_CTX rename the misnamed last_untrusted to num_untrusted
ok jsing
Diffstat (limited to 'src/lib/libcrypto/x509/x509_lcl.h')
-rw-r--r--src/lib/libcrypto/x509/x509_lcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_lcl.h b/src/lib/libcrypto/x509/x509_lcl.h
index 9ef99584d1..c9df239c3d 100644
--- a/src/lib/libcrypto/x509/x509_lcl.h
+++ b/src/lib/libcrypto/x509/x509_lcl.h
@@ -354,7 +354,7 @@ struct x509_store_ctx_st {
354 354
355 /* The following is built up */ 355 /* The following is built up */
356 int valid; /* if 0, rebuild chain */ 356 int valid; /* if 0, rebuild chain */
357 int last_untrusted; /* XXX: number of untrusted certs in chain!!! */ 357 int num_untrusted; /* number of untrusted certs in chain */
358 STACK_OF(X509) *chain; /* chain of X509s - built up and trusted */ 358 STACK_OF(X509) *chain; /* chain of X509s - built up and trusted */
359 X509_POLICY_TREE *tree; /* Valid policy tree */ 359 X509_POLICY_TREE *tree; /* Valid policy tree */
360 360