summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-add.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2001-01-13 18:14:13 +0000
committermarkus <markus@openbsd.org>2001-01-13 18:14:13 +0000
commit567bf12d303300ca054cee78c313398732d01ff1 (patch)
tree31dcad0dd258f1e63249864b86c8020ba256f81d /usr.bin/ssh/ssh-add.c
parentfree() -> xfree(); fix memory leak; from stevesk@pobox.com (diff)
downloadwireguard-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.c4
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 *