summaryrefslogtreecommitdiffstats
path: root/sshkey.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-09-08 06:48:11 +0200
committerDamien Miller <djm@mindrot.org>2019-09-08 06:48:11 +0200
commit6a710d3e06fd375e2c2ae02546b9541c488a2cdb (patch)
tree28cbaec4b1638c1a4780b2d83055e93926f96ddf /sshkey.c
parentmake unittests pass for no-openssl case (diff)
downloadopenssh-6a710d3e06fd375e2c2ae02546b9541c488a2cdb.tar.xz
openssh-6a710d3e06fd375e2c2ae02546b9541c488a2cdb.zip
needs time.h for --without-openssl
Diffstat (limited to 'sshkey.c')
-rw-r--r--sshkey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sshkey.c b/sshkey.c
index d1de66c7f..612929427 100644
--- a/sshkey.c
+++ b/sshkey.c
@@ -43,6 +43,7 @@
#include <stdio.h>
#include <string.h>
#include <resolv.h>
+#include <time.h>
#ifdef HAVE_UTIL_H
#include <util.h>
#endif /* HAVE_UTIL_H */