]> andersk Git - gssapi-openssh.git/blobdiff - openssh/ssh-add.c
Import of OpenSSH 4.2p1
[gssapi-openssh.git] / openssh / ssh-add.c
index a796647a76434c0fb05618e0bd8f643c6bd18dcc..a3428769c9bdf0f17f2cc660b6451faef7747a25 100644 (file)
@@ -35,7 +35,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-add.c,v 1.71 2005/03/10 22:01:06 deraadt Exp $");
+RCSID("$OpenBSD: ssh-add.c,v 1.72 2005/07/17 07:17:55 djm Exp $");
 
 #include <openssl/evp.h>
 
@@ -145,7 +145,7 @@ add_file(AuthenticationConnection *ac, const char *filename)
                /* clear passphrase since it did not work */
                clear_pass();
                snprintf(msg, sizeof msg, "Enter passphrase for %.200s: ",
-                  comment);
+                   comment);
                for (;;) {
                        pass = read_passphrase(msg, RP_ALLOW_STDIN);
                        if (strcmp(pass, "") == 0) {
This page took 0.033732 seconds and 4 git commands to generate.