Multiple verifier reference identities.
[openssl.git] / crypto / x509 / x509_lcl.h
index a71af342dc199ac2ea64405acced3de2b061a198..a20bed287da96849f9d5ea086b1e684a00e94135 100644 (file)
@@ -60,7 +60,7 @@
 
 struct X509_VERIFY_PARAM_ID_st
        {
-       unsigned char *host;    /* If not NULL hostname to match */
+       STACK_OF(OPENSSL_STRING) *hosts;        /* Set of acceptable names */
        unsigned int hostflags; /* Flags to control matching features */
        unsigned char *email;   /* If not NULL email address to match */
        size_t emaillen;