mirror of
https://github.com/curl/curl.git
synced 2026-07-23 14:57:19 +03:00
tell us what we put out here...
This commit is contained in:
parent
b6f889085d
commit
82491d5c06
1 changed files with 1 additions and 0 deletions
|
|
@ -337,6 +337,7 @@ CURLcode Curl_ssh_connect(struct connectdata *conn, bool *done)
|
|||
|
||||
#ifdef CURL_LIBSSH2_DEBUG
|
||||
/* The fingerprint points to static storage (!), don't free() it. */
|
||||
infof(data, "Fingerprint: ");
|
||||
for (i = 0; i < 16; i++) {
|
||||
infof(data, "%02X ", (unsigned char) fingerprint[i]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue