Home
last modified time | relevance | path

Searched refs:ssl_buf (Results 1 – 1 of 1) sorted by relevance

/curl/lib/vtls/
H A Dopenssl.c2698 char ssl_buf[1024]; in ossl_trace() local
2727 txt_len = msnprintf(ssl_buf, sizeof(ssl_buf), in ossl_trace()
2731 if(0 <= txt_len && (unsigned)txt_len < sizeof(ssl_buf)) { in ossl_trace()
2732 Curl_debug(data, CURLINFO_TEXT, ssl_buf, (size_t)txt_len); in ossl_trace()

Completed in 15 milliseconds