[openssh-commits] [openssh] 01/01: needs time.h for --without-openssl

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Sep 8 14:48:23 AEST 2019


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 6a710d3e06fd375e2c2ae02546b9541c488a2cdb
Author: Damien Miller <djm at mindrot.org>
Date:   Sun Sep 8 14:48:11 2019 +1000

    needs time.h for --without-openssl
---
 sshkey.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sshkey.c b/sshkey.c
index d1de66c7..61292942 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 */

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list