From b7b535816d5fa49b0d1783f4cb42086f4169b1da Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 17 Dec 2014 19:39:18 +0100 Subject: libcrypto: Fix Windows build with ssh_reseed(). gettimeofday() is not available on Windows and we need it only in case of forking. Signed-off-by: Andreas Schneider --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 55e37aca..86538e17 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -29,6 +29,9 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_LIBUTIL_H 1 +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_SYS_TIME_H 1 + /* Define to 1 if you have the header file. */ #cmakedefine HAVE_TERMIOS_H 1 -- cgit v1.2.1