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 47fc783db4..09092f7fdc 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.35 2025/02/20 20:30:12 tb Exp $ */ 1/* $OpenBSD: x509_local.h,v 1.36 2025/02/21 05:44:28 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 */
@@ -185,7 +185,6 @@ struct x509_st {
185 X509_ALGOR *sig_alg; 185 X509_ALGOR *sig_alg;
186 ASN1_BIT_STRING *signature; 186 ASN1_BIT_STRING *signature;
187 int references; 187 int references;
188 char *name;
189 CRYPTO_EX_DATA ex_data; 188 CRYPTO_EX_DATA ex_data;
190 /* These contain copies of various extension values */ 189 /* These contain copies of various extension values */
191 long ex_pathlen; 190 long ex_pathlen;