tell us what we put out here...

This commit is contained in:
Gunter Knauf 2007-01-27 11:50:42 +00:00
parent b6f889085d
commit 82491d5c06
1 changed files with 1 additions and 0 deletions

View File

@ -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]);
}