aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2021-07-08 17:46:17 -0400
committerBoringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-07-09 17:07:36 +0000
commit268a4a6ff3bd656ae65fe41ef1185daa85cfae21 (patch)
tree015058d8db37fb26d8961e8c29c729c63b2f2ff2 /include
parent61a21e7ec5ab9cd81bdc7616d8a110d7ccf58ea3 (diff)
downloadboringssl-268a4a6ff3bd656ae65fe41ef1185daa85cfae21.zip
boringssl-268a4a6ff3bd656ae65fe41ef1185daa85cfae21.tar.gz
boringssl-268a4a6ff3bd656ae65fe41ef1185daa85cfae21.tar.bz2
Remove unused field in X509_NAME_ENTRY.
This is not used anywhere inside or outside the library. Update-Note: Removed unused field in struct. Change-Id: I244d8af819e84412956fecb929678404fdfcc38f Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/48427 Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/x509.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/x509.h b/include/openssl/x509.h
index 21cb696..1e745ca 100644
--- a/include/openssl/x509.h
+++ b/include/openssl/x509.h
@@ -118,7 +118,6 @@ struct X509_name_entry_st {
ASN1_OBJECT *object;
ASN1_STRING *value;
int set;
- int size; // temp variable
} /* X509_NAME_ENTRY */;
DEFINE_STACK_OF(X509_NAME_ENTRY)