X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/fe41296f3a606d763da0979be70a6b88496c1468..fbc7c9b486b8db5bb8fce706a8782daf5cc54968:/sshpubk.c diff --git a/sshpubk.c b/sshpubk.c index bdd1a229..868fb15e 100644 --- a/sshpubk.c +++ b/sshpubk.c @@ -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);