diff options
author | tb <> | 2023-04-16 08:08:34 +0000 |
---|---|---|
committer | tb <> | 2023-04-16 08:08:34 +0000 |
commit | abc312b17f89606e2c2c11194513c55d50cfadf6 (patch) | |
tree | 67b6b87fceedac01cf53fd5df1f79061baf1335e /src | |
parent | af5673b318b3bb1548e40342abba68903d680131 (diff) | |
download | openbsd-abc312b17f89606e2c2c11194513c55d50cfadf6.tar.gz openbsd-abc312b17f89606e2c2c11194513c55d50cfadf6.tar.bz2 openbsd-abc312b17f89606e2c2c11194513c55d50cfadf6.zip |
Remove the now unused ex_pcpathlen from the X509 struct
ok jsing
Diffstat (limited to 'src')
-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 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; |