mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
tell us what we put out here...
This commit is contained in:
parent
b6f889085d
commit
82491d5c06
@ -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…
Reference in New Issue
Block a user