From: Gunter Knauf Date: Sat, 27 Jan 2007 11:50:42 +0000 (+0000) Subject: tell us what we put out here... X-Git-Tag: curl-7_16_1~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82491d5c062bdc364992191a0e4d70cc3869b13b;p=thirdparty%2Fcurl.git tell us what we put out here... --- diff --git a/lib/ssh.c b/lib/ssh.c index 9c26dc300e..cad2f07059 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -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]); }