diff options
author | 2002-11-21 23:03:51 +0000 | |
---|---|---|
committer | 2002-11-21 23:03:51 +0000 | |
commit | ea1e1890442669171be892658f4c04788c6bb438 (patch) | |
tree | 3f94a62f2e2409104fa68798fad692523e91079d /usr.bin/ssh/ssh-add.c | |
parent | debug->debug2, unify debug messages (diff) | |
download | wireguard-openbsd-ea1e1890442669171be892658f4c04788c6bb438.tar.xz wireguard-openbsd-ea1e1890442669171be892658f4c04788c6bb438.zip |
KNF
Diffstat (limited to 'usr.bin/ssh/ssh-add.c')
-rw-r--r-- | usr.bin/ssh/ssh-add.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-add.c b/usr.bin/ssh/ssh-add.c index b6ce2b2f825..1a5be9bd9de 100644 --- a/usr.bin/ssh/ssh-add.c +++ b/usr.bin/ssh/ssh-add.c @@ -35,7 +35,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-add.c,v 1.63 2002/09/19 15:51:23 markus Exp $"); +RCSID("$OpenBSD: ssh-add.c,v 1.64 2002/11/21 23:03:51 deraadt Exp $"); #include <openssl/evp.h> @@ -163,7 +163,7 @@ add_file(AuthenticationConnection *ac, const char *filename) fprintf(stderr, "Identity added: %s (%s)\n", filename, comment); ret = 0; if (lifetime != 0) - fprintf(stderr, + fprintf(stderr, "Lifetime set to %d seconds\n", lifetime); } else if (ssh_add_identity(ac, private, comment)) { fprintf(stderr, "Identity added: %s (%s)\n", filename, comment); |