rm incorrect comment
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Wed, 2 Mar 2005 00:31:33 +0000 (00:31 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Wed, 2 Mar 2005 00:31:33 +0000 (00:31 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5429 cda61777-01e9-0310-a592-d414129be87e

sshpubk.c

index bdd1a22..868fb15 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);