mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
rm incorrect comment
[originally from svn r5429]
This commit is contained in:
parent
ec76c24084
commit
6be9bb74bb
@ -906,7 +906,7 @@ char *ssh2_userkey_loadpub(const Filename *filename, char **algorithm,
|
||||
error = "file format error";
|
||||
if ((b = read_body(fp)) == NULL)
|
||||
goto error;
|
||||
/* Select key algorithm structure. Currently only ssh-rsa. */
|
||||
/* Select key algorithm structure. */
|
||||
alg = find_pubkey_alg(b);
|
||||
if (!alg) {
|
||||
sfree(b);
|
||||
|
Loading…
Reference in New Issue
Block a user