summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-24 14:09:40 +1000
committerDamien Miller <djm@mindrot.org>2006-07-24 14:09:40 +1000
commit5598b4f125f07ec0865ec56cddeb80c44e3d2d6a (patch)
tree4d718cb3e745262df66d16809c35471614e4b4b0 /ssh-agent.c
parentee0d0db7da76138417186ed3b5b76dbb2a873cd8 (diff)
- stevesk@cvs.openbsd.org 2006/07/22 19:08:54
[includes.h moduli.c progressmeter.c scp.c sftp-common.c] [sftp-server.c ssh-agent.c sshlogin.c] move #include <time.h> out of includes.h
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index 621b09771..a0713b238 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-agent.c,v 1.144 2006/07/17 01:31:10 stevesk Exp $ */ 1/* $OpenBSD: ssh-agent.c,v 1.145 2006/07/22 19:08:54 stevesk 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
@@ -51,6 +51,7 @@
51# include <paths.h> 51# include <paths.h>
52#endif 52#endif
53#include <signal.h> 53#include <signal.h>
54#include <time.h>
54#include <unistd.h> 55#include <unistd.h>
55 56
56#include <openssl/evp.h> 57#include <openssl/evp.h>