summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-02-10 23:13:41 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-02-10 23:13:41 +0000
commit28072eb10c8a45f7dbe2deb08f6db8c3461d8022 (patch)
tree431af4fc3f660929497e46b9242a271e3ef86ffb /ssh-agent.c
parent77788dc824b96ea74c9c5510a960d8cf5ba7dec9 (diff)
- itojun@cvs.openbsd.org 2001/02/08 19:30:52
sync with netbsd tree changes. - more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index c23d73b7e..7285096a4 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-agent.c,v 1.49 2001/01/29 19:47:31 markus Exp $ */ 1/* $OpenBSD: ssh-agent.c,v 1.50 2001/02/08 19:30:52 itojun Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -37,7 +37,7 @@
37 */ 37 */
38 38
39#include "includes.h" 39#include "includes.h"
40RCSID("$OpenBSD: ssh-agent.c,v 1.49 2001/01/29 19:47:31 markus Exp $"); 40RCSID("$OpenBSD: ssh-agent.c,v 1.50 2001/02/08 19:30:52 itojun Exp $");
41 41
42#include <openssl/evp.h> 42#include <openssl/evp.h>
43#include <openssl/md5.h> 43#include <openssl/md5.h>
@@ -705,7 +705,7 @@ cleanup_handler(int sig)
705} 705}
706 706
707void 707void
708usage() 708usage(void)
709{ 709{
710 fprintf(stderr, "ssh-agent version %s\n", SSH_VERSION); 710 fprintf(stderr, "ssh-agent version %s\n", SSH_VERSION);
711 fprintf(stderr, "Usage: %s [-c | -s] [-k] [command {args...]]\n", 711 fprintf(stderr, "Usage: %s [-c | -s] [-k] [command {args...]]\n",