diff options
author | 2002-06-19 00:27:55 +0000 | |
---|---|---|
committer | 2002-06-19 00:27:55 +0000 | |
commit | 4d92f097ed8083b0e7cbdd57c0cb4ff45b4a21e6 (patch) | |
tree | e6816e2b604bc2ba3e22316841a95a9d703be8a8 /usr.bin/ssh/ssh-add.c | |
parent | pull in missing includes (diff) | |
download | wireguard-openbsd-4d92f097ed8083b0e7cbdd57c0cb4ff45b4a21e6.tar.xz wireguard-openbsd-4d92f097ed8083b0e7cbdd57c0cb4ff45b4a21e6.zip |
KNF done automatically while reading....
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 78639be5ca0..53a4a3099a7 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.60 2002/06/15 01:27:48 markus Exp $"); +RCSID("$OpenBSD: ssh-add.c,v 1.61 2002/06/19 00:27:55 deraadt Exp $"); #include <openssl/evp.h> @@ -238,7 +238,7 @@ lock_agent(AuthenticationConnection *ac, int lock) { char prompt[100], *p1, *p2; int passok = 1, ret = -1; - + strlcpy(prompt, "Enter lock password: ", sizeof(prompt)); p1 = read_passphrase(prompt, RP_ALLOW_STDIN); if (lock) { |