]> andersk Git - openssh.git/blobdiff - ssh-agent.c
- (tim) [kex.c myproposal.h md-sha256.c openbsd-compat/sha2.c,h] Disable
[openssh.git] / ssh-agent.c
index cfeeebb500825da2cdbb628c2df9f0c169e9e1c4..b09ce86f29c5d56db8027c100d0c7d6294d992e4 100644 (file)
  */
 
 #include "includes.h"
+RCSID("$OpenBSD: ssh-agent.c,v 1.129 2006/02/20 17:02:44 stevesk Exp $");
+
+#include <sys/types.h>
+#include <sys/stat.h>
+#ifdef HAVE_SYS_UN_H
+# include <sys/un.h>
+#endif
 #include "openbsd-compat/sys-queue.h"
-RCSID("$OpenBSD: ssh-agent.c,v 1.125 2006/02/07 01:18:09 stevesk Exp $");
+#include <sys/resource.h>
+#ifdef HAVE_PATHS_H
+# include <paths.h>
+#endif
+#include <signal.h>
 
 #include <openssl/evp.h>
 #include <openssl/md5.h>
This page took 0.030291 seconds and 4 git commands to generate.