]> andersk Git - openssh.git/blobdiff - moduli.c
- stevesk@cvs.openbsd.org 2006/07/22 19:08:54
[openssh.git] / moduli.c
index f6f15a2a40c24cf8c42c062f9f2ee78759c6dcbe..9d4aedd5b7e1fad308fd2f0b47f62e5d79c4fd54 100644 (file)
--- a/moduli.c
+++ b/moduli.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: moduli.c,v 1.13 2006/03/25 00:05:41 djm Exp $ */
+/* $OpenBSD: moduli.c,v 1.14 2006/07/22 19:08:54 stevesk Exp $ */
 /*
  * Copyright 1994 Phil Karn <karn@qualcomm.com>
  * Copyright 1996-1998, 2003 William Allen Simpson <wsimpson@greendragon.com>
  */
 
 #include "includes.h"
-#include "xmalloc.h"
-#include "log.h"
+
+#include <sys/types.h>
 
 #include <openssl/bn.h>
 
+#include <time.h>
+
+#include "xmalloc.h"
+#include "log.h"
+
 /*
  * File output defines
  */
This page took 0.033194 seconds and 4 git commands to generate.