summaryrefslogtreecommitdiffstats
path: root/crypto/x509/vpm_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/vpm_int.h')
-rw-r--r--crypto/x509/vpm_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509/vpm_int.h b/crypto/x509/vpm_int.h
index af998212a1..d18a4d48e9 100644
--- a/crypto/x509/vpm_int.h
+++ b/crypto/x509/vpm_int.h
@@ -62,6 +62,7 @@ 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;
unsigned char *ip; /* If not NULL IP address to match */