Displaying 1 result from an estimated 1 matches for "fingerprint_one_key".
2020 Apr 15
2
[PATCH] regression of comment extraction in private key file without passphrase
...ad_private(path, NULL,
-??? ??? ??? &public, &comment)) != 0) {
-??? ??? ??? debug("load private \"%s\": %s", path, ssh_err(r));
-??? ??? ??? fatal("%s is not a key file.", path);
-??? ??? }
+??? ??? fatal("%s is not a key file.", path);
???? }
?
???? fingerprint_one_key(public, comment);
--
2.17.1