Searched defs:utf8str (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_util_ssl.c276 const char *utf8str; local
285 utf8str = SSL_ASN1_STRING_to_utf8(p, name->d.ia5);
286 if (utf8str) {
287 APR_ARRAY_PUSH(*entries, const char *) = utf8str;

Completed in 1815 milliseconds