]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - sshpubk.c
rm incorrect comment
[PuTTY.git] / sshpubk.c
index bdd1a22991212a3ec9e73b64f4685b61ce3fb01c..868fb15e09c022ed229f3e5bef2aa1fa7a322975 100644 (file)
--- 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);