tell us what we put out here...
authorGunter Knauf <gk@gknw.de>
Sat, 27 Jan 2007 11:50:42 +0000 (11:50 +0000)
committerGunter Knauf <gk@gknw.de>
Sat, 27 Jan 2007 11:50:42 +0000 (11:50 +0000)
lib/ssh.c

index 9c26dc3..cad2f07 100644 (file)
--- 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]);
   }