From 82491d5c062bdc364992191a0e4d70cc3869b13b Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Sat, 27 Jan 2007 11:50:42 +0000 Subject: [PATCH] tell us what we put out here... --- lib/ssh.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ssh.c b/lib/ssh.c index 9c26dc300..cad2f0705 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]); }