diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-07-23 09:28:49 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-07-23 09:28:49 +0000 |
| commit | ad22e48f1aa1a1e23017e0555540d2d6b61ced1d (patch) | |
| tree | 7f4db193e6aaf3390a97bd79900d7d352cafa0e6 /ssh-add.c | |
| parent | 490bfaade9fd39fe364761a9abb9e53381c5571c (diff) | |
Diffstat (limited to 'ssh-add.c')
| -rw-r--r-- | ssh-add.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ssh-add.c b/ssh-add.c index 4dc46f6db6ef..7a43282f2d95 100644 --- a/ssh-add.c +++ b/ssh-add.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-add.c,v 1.89 2006/08/03 03:34:42 deraadt Exp $ */ +/* $OpenBSD: ssh-add.c,v 1.90 2007/09/09 11:38:01 sobrado Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -42,6 +42,7 @@ #include <sys/param.h> #include <openssl/evp.h> +#include "openbsd-compat/openssl-compat.h" #include <fcntl.h> #include <pwd.h> @@ -309,7 +310,7 @@ do_file(AuthenticationConnection *ac, int deleting, char *file) static void usage(void) { - fprintf(stderr, "Usage: %s [options] [file ...]\n", __progname); + fprintf(stderr, "usage: %s [options] [file ...]\n", __progname); fprintf(stderr, "Options:\n"); fprintf(stderr, " -l List fingerprints of all identities.\n"); fprintf(stderr, " -L List public key parameters of all identities.\n"); |
