From: tb Date: Sun, 16 Apr 2023 08:08:34 +0000 (+0000) Subject: Remove the now unused ex_pcpathlen from the X509 struct X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=95db5a37d59da8e14956b4a680b43e3789909d2c;p=openbsd Remove the now unused ex_pcpathlen from the X509 struct ok jsing --- diff --git a/lib/libcrypto/x509/x509_local.h b/lib/libcrypto/x509/x509_local.h index b0c7a197f33..6792a3c5b81 100644 --- a/lib/libcrypto/x509/x509_local.h +++ b/lib/libcrypto/x509/x509_local.h @@ -1,4 +1,4 @@ -/* $OpenBSD: x509_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */ +/* $OpenBSD: x509_local.h,v 1.3 2023/04/16 08:08:34 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2013. */ @@ -165,7 +165,6 @@ struct x509_st { CRYPTO_EX_DATA ex_data; /* These contain copies of various extension values */ long ex_pathlen; - long ex_pcpathlen; unsigned long ex_flags; unsigned long ex_kusage; unsigned long ex_xkusage;