diff options
| author | Brian Feldman <green@FreeBSD.org> | 2001-06-29 16:43:13 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2001-06-29 16:43:13 +0000 |
| commit | a15906e7aa3474d45ce8890358008ed0799e2f40 (patch) | |
| tree | 1ba8984ba56d785ce5c841589ab01abba87872b2 | |
| parent | 69b8e053cb4e0bb00c51245eb59e7f5625a775a8 (diff) | |
Notes
| -rw-r--r-- | crypto/openssh/ssh-add.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/ssh-add.c b/crypto/openssh/ssh-add.c index ca1cda373fc7..82a67a89b13f 100644 --- a/crypto/openssh/ssh-add.c +++ b/crypto/openssh/ssh-add.c @@ -134,7 +134,7 @@ add_file(AuthenticationConnection *ac, const char *filename) if (private != NULL) break; clear_pass(); - strlcpy(msg, "Bad passphrase, try again ", sizeof msg); + strlcpy(msg, "Bad passphrase, try again: ", sizeof msg); } } if (ssh_add_identity(ac, private, comment)) |
