]> granicus.if.org Git - curl/commitdiff
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 9c26dc300e8aa86a6c2be18b1800d325eef2c093..cad2f0705936636dfb63fdeccf69cd83080a27fc 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]);
   }