summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509_internal.h')
-rw-r--r--src/lib/libcrypto/x509/x509_internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_internal.h b/src/lib/libcrypto/x509/x509_internal.h
index 2f2fe47a8f..1ede7b6bad 100644
--- a/src/lib/libcrypto/x509/x509_internal.h
+++ b/src/lib/libcrypto/x509/x509_internal.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_internal.h,v 1.5 2020/11/18 17:00:59 tb Exp $ */ 1/* $OpenBSD: x509_internal.h,v 1.6 2021/01/05 16:45:59 jsing Exp $ */
2/* 2/*
3 * Copyright (c) 2020 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2020 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -65,6 +65,7 @@ struct x509_verify_ctx {
65 X509_STORE_CTX *xsc; 65 X509_STORE_CTX *xsc;
66 struct x509_verify_chain **chains; /* Validated chains */ 66 struct x509_verify_chain **chains; /* Validated chains */
67 size_t chains_count; 67 size_t chains_count;
68 int dump_chain; /* Dump current chain without erroring */
68 STACK_OF(X509) *roots; /* Trusted roots for this validation */ 69 STACK_OF(X509) *roots; /* Trusted roots for this validation */
69 STACK_OF(X509) *intermediates; /* Intermediates provided by peer */ 70 STACK_OF(X509) *intermediates; /* Intermediates provided by peer */
70 time_t *check_time; /* Time for validity checks */ 71 time_t *check_time; /* Time for validity checks */