summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-agent.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-02-07 01:18:09 +0000
committerstevesk <stevesk@openbsd.org>2006-02-07 01:18:09 +0000
commit61aaa1128f1cadb2d372c334974b0126cda8876a (patch)
tree9ab6f34096de3c09564c4bd411d940bbc9916a32 /usr.bin/ssh/ssh-agent.c
parentmove #include <netgroup.h> out of includes.h; ok markus@ (diff)
downloadwireguard-openbsd-61aaa1128f1cadb2d372c334974b0126cda8876a.tar.xz
wireguard-openbsd-61aaa1128f1cadb2d372c334974b0126cda8876a.zip
move #include <sys/queue.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-agent.c')
-rw-r--r--usr.bin/ssh/ssh-agent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-agent.c b/usr.bin/ssh/ssh-agent.c
index ba7e216ef41..c779c78522d 100644
--- a/usr.bin/ssh/ssh-agent.c
+++ b/usr.bin/ssh/ssh-agent.c
@@ -34,8 +34,9 @@
*/
#include "includes.h"
+RCSID("$OpenBSD: ssh-agent.c,v 1.125 2006/02/07 01:18:09 stevesk Exp $");
+
#include <sys/queue.h>
-RCSID("$OpenBSD: ssh-agent.c,v 1.124 2005/10/30 08:52:18 djm Exp $");
#include <openssl/evp.h>
#include <openssl/md5.h>