diff options
author | 2001-01-13 18:14:13 +0000 | |
---|---|---|
committer | 2001-01-13 18:14:13 +0000 | |
commit | 567bf12d303300ca054cee78c313398732d01ff1 (patch) | |
tree | 31dcad0dd258f1e63249864b86c8020ba256f81d /usr.bin/ssh/ssh-add.c | |
parent | free() -> xfree(); fix memory leak; from stevesk@pobox.com (diff) | |
download | wireguard-openbsd-567bf12d303300ca054cee78c313398732d01ff1.tar.xz wireguard-openbsd-567bf12d303300ca054cee78c313398732d01ff1.zip |
typo, from stevesk@sweden.hp.com
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 3ab47fb2343..e947e6205ef 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.23 2000/11/12 19:50:38 markus Exp $"); +RCSID("$OpenBSD: ssh-add.c,v 1.24 2001/01/13 18:14:13 markus Exp $"); #include <openssl/evp.h> #include <openssl/rsa.h> @@ -85,7 +85,7 @@ delete_all(AuthenticationConnection *ac) if (success) fprintf(stderr, "All identities removed.\n"); else - fprintf(stderr, "Failed to remove all identitities.\n"); + fprintf(stderr, "Failed to remove all identities.\n"); } char * |