aboutsummaryrefslogtreecommitdiff
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 6b670af..4ec629f 100644
--- a/crypto/x509/vpm_int.h
+++ b/crypto/x509/vpm_int.h
@@ -62,6 +62,7 @@ struct X509_VERIFY_PARAM_ID_st
{
STACK_OF(OPENSSL_STRING) *hosts; /* Set of acceptable names */
unsigned int hostflags; /* Flags to control matching features */
+ char *peername; /* Matching hostname in peer certificate */
unsigned char *email; /* If not NULL email address to match */
size_t emaillen;
unsigned char *ip; /* If not NULL IP address to match */