summaryrefslogtreecommitdiffstats
path: root/crypto/include
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-03-01 21:04:41 +0000
committerDr. Stephen Henson <steve@openssl.org>2016-03-01 22:25:40 +0000
commit359aa38fbeecd920a60c739c64cda06fe295684f (patch)
tree75e2302c2e6fdb76ff086d4556cf7d23a8d4ac27 /crypto/include
parent83f0e802abf4e3f9b4f3e815cf81c41637cb79f1 (diff)
remove old unused oneline name field
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/include')
-rw-r--r--crypto/include/internal/x509_int.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/include/internal/x509_int.h b/crypto/include/internal/x509_int.h
index 7d3a7dfb58..fa51d351d7 100644
--- a/crypto/include/internal/x509_int.h
+++ b/crypto/include/internal/x509_int.h
@@ -192,7 +192,6 @@ struct x509_st {
X509_ALGOR sig_alg;
ASN1_BIT_STRING signature;
int references;
- char *name;
CRYPTO_EX_DATA ex_data;
/* These contain copies of various extension values */
long ex_pathlen;