Searched refs:str_version (Results 1 - 1 of 1) sorted by relevance

/external/openssl/apps/
H A Ds_cb.c329 const char *str_write_p, *str_version, *str_content_type = "", *str_details1 = "", *str_details2= ""; local
336 str_version = "SSL 2.0";
339 str_version = "SSL 3.0 ";
342 str_version = "TLS 1.0 ";
345 str_version = "???";
347 str_version = "DTLS 1.0 ";
350 str_version = "DTLS 1.0 (bad) ";
571 BIO_printf(bio, "%s %s%s [length %04lx]%s%s\n", str_write_p, str_version, str_content_type, (unsigned long)len, str_details1, str_details2);

Completed in 10 milliseconds