]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/bsd-arc4random.c
Import of OpenSSH 4.4p1
[gssapi-openssh.git] / openssh / openbsd-compat / bsd-arc4random.c
index 7c0f34d64e8658a96cc1d5a449d5b59c87984795..d45fb182a6fb9725bb8794d7f7b947a8bf2f6c7a 100644 (file)
  */
 
 #include "includes.h"
-#include "log.h"
 
-RCSID("$Id$");
+#include <sys/types.h>
+
+#include <string.h>
+#include <stdarg.h>
+
+#include "log.h"
 
 #ifndef HAVE_ARC4RANDOM
 
This page took 0.024305 seconds and 4 git commands to generate.