diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_local.h')
-rw-r--r-- | src/lib/libcrypto/x509/x509_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_local.h b/src/lib/libcrypto/x509/x509_local.h index 374cba3d58..9ce1b58ed1 100644 --- a/src/lib/libcrypto/x509/x509_local.h +++ b/src/lib/libcrypto/x509/x509_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509_local.h,v 1.7 2023/04/28 16:30:14 tb Exp $ */ | 1 | /* $OpenBSD: x509_local.h,v 1.8 2023/05/08 14:51:00 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2013. | 3 | * project 2013. |
4 | */ | 4 | */ |
@@ -327,10 +327,10 @@ struct x509_store_ctx_st { | |||
327 | /* The following are set by the caller */ | 327 | /* The following are set by the caller */ |
328 | X509 *cert; /* The cert to check */ | 328 | X509 *cert; /* The cert to check */ |
329 | STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */ | 329 | STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */ |
330 | STACK_OF(X509) *trusted; /* trusted stack for use with get_issuer() */ | ||
330 | STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */ | 331 | STACK_OF(X509_CRL) *crls; /* set of CRLs passed in */ |
331 | 332 | ||
332 | X509_VERIFY_PARAM *param; | 333 | X509_VERIFY_PARAM *param; |
333 | void *other_ctx; /* Other info for use with get_issuer() */ | ||
334 | 334 | ||
335 | /* Callbacks for various operations */ | 335 | /* Callbacks for various operations */ |
336 | int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */ | 336 | int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */ |