Searched refs:str_content_type (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/apps/lib/ |
H A D | s_cb.c | 592 const char *str_version, *str_content_type = "", *str_details1 = "", *str_details2 = ""; in msg_cb() local 605 str_content_type = ", ChangeCipherSpec"; in msg_cb() 609 str_content_type = ", Alert"; in msg_cb() 625 str_content_type = ", Handshake"; in msg_cb() 632 str_content_type = ", ApplicationData"; in msg_cb() 636 str_content_type = ", RecordHeader"; in msg_cb() 640 str_content_type = ", InnerContent"; in msg_cb() 644 str_content_type = tmpbuf; in msg_cb() 652 str_content_type, (unsigned long)len, str_details1, in msg_cb()
|