]> andersk Git - gssapi-openssh.git/blobdiff - openssh/ssh-keygen.c
Import of OpenSSH 4.1p1
[gssapi-openssh.git] / openssh / ssh-keygen.c
index a9931d4d846ad5cfce652dbc8498f72a5f6dd65f..92885506a9d6e0030c48e226db201bb2706caf13 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-keygen.c,v 1.120 2005/03/02 01:27:41 djm Exp $");
+RCSID("$OpenBSD: ssh-keygen.c,v 1.122 2005/03/11 14:59:06 markus Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/pem.h>
@@ -684,7 +684,7 @@ do_known_hosts(struct passwd *pw, const char *name)
                                if (delete_host && !c)
                                        print_host(out, cp, public, 0);
                        } else if (hash_hosts) {
-                               for(cp2 = strsep(&cp, ",");
+                               for (cp2 = strsep(&cp, ",");
                                    cp2 != NULL && *cp2 != '\0';
                                    cp2 = strsep(&cp, ",")) {
                                        if (strcspn(cp2, "*?!") != strlen(cp2))
@@ -707,7 +707,7 @@ do_known_hosts(struct passwd *pw, const char *name)
                    identity_file);
                if (inplace) {
                        fprintf(stderr, "Not replacing existing known_hosts "
-                           "file beacuse of errors");
+                           "file because of errors\n");
                        fclose(out);
                        unlink(tmp);
                }
This page took 0.285417 seconds and 4 git commands to generate.