From 8abffa4a73fcbf6536e0a42d736ed9211a8204ea Mon Sep 17 00:00:00 2001 From: Viktor Dukhovni Date: Sun, 22 Jun 2014 01:38:57 -0400 Subject: Multiple verifier reference identities. Implemented as STACK_OF(OPENSSL_STRING). --- crypto/x509/x509_lcl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/x509/x509_lcl.h') diff --git a/crypto/x509/x509_lcl.h b/crypto/x509/x509_lcl.h index a71af342dc..a20bed287d 100644 --- a/crypto/x509/x509_lcl.h +++ b/crypto/x509/x509_lcl.h @@ -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; -- cgit v1.2.3