diff options
| author | tb <> | 2025-02-20 20:30:12 +0000 |
|---|---|---|
| committer | tb <> | 2025-02-20 20:30:12 +0000 |
| commit | 03ab26279f1887ad53f67cdfe34c6a019daba363 (patch) | |
| tree | 196d8fb5705e0686ffc5a8c7b4c981e6cd0c3cfd /src/lib/libcrypto/x509 | |
| parent | 58e5af00b0d553c026516b6b273efa0f7415091f (diff) | |
| download | openbsd-03ab26279f1887ad53f67cdfe34c6a019daba363.tar.gz openbsd-03ab26279f1887ad53f67cdfe34c6a019daba363.tar.bz2 openbsd-03ab26279f1887ad53f67cdfe34c6a019daba363.zip | |
Remove unused valid member of x509_st
internal_verify() (now x509_vfy_internal_verify()) used to cache the
validity of the signature of a cert in this field. This is no longer
the case since x509_vfy.c 1.57 (2017).
Diffstat (limited to 'src/lib/libcrypto/x509')
| -rw-r--r-- | src/lib/libcrypto/x509/x509_local.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509/x509_local.h b/src/lib/libcrypto/x509/x509_local.h index 5240db1489..47fc783db4 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.34 2025/01/26 20:01:58 tb Exp $ */ | 1 | /* $OpenBSD: x509_local.h,v 1.35 2025/02/20 20:30:12 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 | */ |
| @@ -184,7 +184,6 @@ struct x509_st { | |||
| 184 | X509_CINF *cert_info; | 184 | X509_CINF *cert_info; |
| 185 | X509_ALGOR *sig_alg; | 185 | X509_ALGOR *sig_alg; |
| 186 | ASN1_BIT_STRING *signature; | 186 | ASN1_BIT_STRING *signature; |
| 187 | int valid; | ||
| 188 | int references; | 187 | int references; |
| 189 | char *name; | 188 | char *name; |
| 190 | CRYPTO_EX_DATA ex_data; | 189 | CRYPTO_EX_DATA ex_data; |
