summaryrefslogtreecommitdiff
path: root/ssh-add.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-add.c')
-rw-r--r--ssh-add.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/ssh-add.c b/ssh-add.c
index f3e30a24d..d58c82156 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-add.c,v 1.89 2006/08/03 03:34:42 deraadt Exp $ */ 1/* $OpenBSD: ssh-add.c,v 1.90 2007/09/09 11:38:01 sobrado Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -42,6 +42,7 @@
42#include <sys/param.h> 42#include <sys/param.h>
43 43
44#include <openssl/evp.h> 44#include <openssl/evp.h>
45#include "openbsd-compat/openssl-compat.h"
45 46
46#include <fcntl.h> 47#include <fcntl.h>
47#include <pwd.h> 48#include <pwd.h>
@@ -317,7 +318,7 @@ do_file(AuthenticationConnection *ac, int deleting, char *file)
317static void 318static void
318usage(void) 319usage(void)
319{ 320{
320 fprintf(stderr, "Usage: %s [options] [file ...]\n", __progname); 321 fprintf(stderr, "usage: %s [options] [file ...]\n", __progname);
321 fprintf(stderr, "Options:\n"); 322 fprintf(stderr, "Options:\n");
322 fprintf(stderr, " -l List fingerprints of all identities.\n"); 323 fprintf(stderr, " -l List fingerprints of all identities.\n");
323 fprintf(stderr, " -L List public key parameters of all identities.\n"); 324 fprintf(stderr, " -L List public key parameters of all identities.\n");