summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509_local.h')
-rw-r--r--src/lib/libcrypto/x509/x509_local.h3
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
219struct X509_crl_info_st { 218struct X509_crl_info_st {