diff options
Diffstat (limited to 'src/lib/libcrypto/x509/x509_local.h')
-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 796a2ee718..5b9c1e51f7 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.38 2025/03/06 07:20:01 tb Exp $ */ | 1 | /* $OpenBSD: x509_local.h,v 1.39 2025/10/10 11:31:13 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 | */ |
@@ -213,7 +213,6 @@ struct x509_revoked_st { | |||
213 | STACK_OF(GENERAL_NAME) *issuer; | 213 | STACK_OF(GENERAL_NAME) *issuer; |
214 | /* Revocation reason */ | 214 | /* Revocation reason */ |
215 | int reason; | 215 | int reason; |
216 | int sequence; /* load sequence */ | ||
217 | }; | 216 | }; |
218 | 217 | ||
219 | struct X509_crl_info_st { | 218 | struct X509_crl_info_st { |