aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2014-12-17 19:39:18 +0100
committerAndreas Schneider <asn@cryptomilk.org>2014-12-17 19:39:18 +0100
commitb7b535816d5fa49b0d1783f4cb42086f4169b1da (patch)
tree317968a313dde1fe9c70b4355b5a5ef2c532f39f /config.h.cmake
parentd8e691b58a54ccaadcad11b3b205c77b27b8dbe5 (diff)
downloadlibssh-b7b535816d5fa49b0d1783f4cb42086f4169b1da.tar.gz
libssh-b7b535816d5fa49b0d1783f4cb42086f4169b1da.tar.xz
libssh-b7b535816d5fa49b0d1783f4cb42086f4169b1da.zip
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 <asn@cryptomilk.org>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
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 <libutil.h> header file. */
#cmakedefine HAVE_LIBUTIL_H 1
+/* Define to 1 if you have the <sys/time.h> header file. */
+#cmakedefine HAVE_SYS_TIME_H 1
+
/* Define to 1 if you have the <termios.h> header file. */
#cmakedefine HAVE_TERMIOS_H 1