summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 b0c7a197f3..6792a3c5b8 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.2 2022/11/26 17:23:18 tb Exp $ */ 1/* $OpenBSD: x509_local.h,v 1.3 2023/04/16 08:08:34 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 */
@@ -165,7 +165,6 @@ struct x509_st {
165 CRYPTO_EX_DATA ex_data; 165 CRYPTO_EX_DATA ex_data;
166 /* These contain copies of various extension values */ 166 /* These contain copies of various extension values */
167 long ex_pathlen; 167 long ex_pathlen;
168 long ex_pcpathlen;
169 unsigned long ex_flags; 168 unsigned long ex_flags;
170 unsigned long ex_kusage; 169 unsigned long ex_kusage;
171 unsigned long ex_xkusage; 170 unsigned long ex_xkusage;