mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05: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
|
#ifdef CURL_LIBSSH2_DEBUG
|
||||||
/* The fingerprint points to static storage (!), don't free() it. */
|
/* The fingerprint points to static storage (!), don't free() it. */
|
||||||
|
infof(data, "Fingerprint: ");
|
||||||
for (i = 0; i < 16; i++) {
|
for (i = 0; i < 16; i++) {
|
||||||
infof(data, "%02X ", (unsigned char) fingerprint[i]);
|
infof(data, "%02X ", (unsigned char) fingerprint[i]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user