summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_lcl.h
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2014-06-22 01:35:44 -0400
committerViktor Dukhovni <openssl-users@dukhovni.org>2014-06-22 19:52:44 -0400
commitb3012c698a086937319ed413a113ed7bec1edd1a (patch)
tree43c6b0cee80d85c961d12d940b763fdbe5ac93e7 /crypto/x509/x509_lcl.h
parentd241b804099ce28c053ba988eb5532b1a32dd51e (diff)
Drop hostlen from X509_VERIFY_PARAM_ID.
Just store NUL-terminated strings. This works better when we add support for multiple hostnames.
Diffstat (limited to 'crypto/x509/x509_lcl.h')
-rw-r--r--crypto/x509/x509_lcl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/x509/x509_lcl.h b/crypto/x509/x509_lcl.h
index f994cb9c27..a71af342dc 100644
--- a/crypto/x509/x509_lcl.h
+++ b/crypto/x509/x509_lcl.h
@@ -61,7 +61,6 @@
struct X509_VERIFY_PARAM_ID_st
{
unsigned char *host; /* If not NULL hostname to match */
- size_t hostlen;
unsigned int hostflags; /* Flags to control matching features */
unsigned char *email; /* If not NULL email address to match */
size_t emaillen;