diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_internal.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509_internal.h | 3 |
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 9d69055afa..f6887be5fb 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.3 2020/09/15 11:55:14 beck Exp $ */ | 1 | /* $OpenBSD: x509_internal.h,v 1.4 2020/11/11 18:49:34 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2020 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -57,6 +57,7 @@ struct x509_constraints_names { | |||
57 | 57 | ||
58 | struct x509_verify_chain { | 58 | struct x509_verify_chain { |
59 | STACK_OF(X509) *certs; /* Kept in chain order, includes leaf */ | 59 | STACK_OF(X509) *certs; /* Kept in chain order, includes leaf */ |
60 | int *cert_errors; /* Verify error for each cert in chain. */ | ||
60 | struct x509_constraints_names *names; /* All names from all certs */ | 61 | struct x509_constraints_names *names; /* All names from all certs */ |
61 | }; | 62 | }; |
62 | 63 | ||