Update API to use (char *) for email addresses and hostnames
[openssl.git] / crypto / x509 / x509_lcl.h
index 8350929d7e44f1a37bdb884fcad6ad80b6cb283f..18611d57932188e9ba2dec9d34a918cd816d5758 100644 (file)
@@ -63,7 +63,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 */
+       char *email;            /* If not NULL email address to match */
        size_t emaillen;
        unsigned char *ip;      /* If not NULL IP address to match */
        size_t iplen;           /* Length of IP address */