]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
needs time.h for --without-openssl
authorDamien Miller <djm@mindrot.org>
Sun, 8 Sep 2019 04:48:11 +0000 (14:48 +1000)
committerDamien Miller <djm@mindrot.org>
Sun, 8 Sep 2019 04:48:11 +0000 (14:48 +1000)
sshkey.c

index d1de66c7f5be5416ad9dd47a145e1d634e54a308..612929427ebbdaf27f333d8898e3cd0fe6c7d222 100644 (file)
--- 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 */