[openssh-commits] [openssh] 02/04: upstream rev 1.25: add sys/types.h
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jun 14 14:23:14 AEST 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 55f3153393ac7e072a4b4b21b194864460d8f44a
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sat Jun 8 09:02:24 2019 +1000
upstream rev 1.25: add sys/types.h
---
openbsd-compat/sha1.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/openbsd-compat/sha1.c b/openbsd-compat/sha1.c
index c616778e..07e37be7 100644
--- a/openbsd-compat/sha1.c
+++ b/openbsd-compat/sha1.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sha1.c,v 1.24 2015/01/15 13:05:59 millert Exp $ */
+/* $OpenBSD: sha1.c,v 1.25 2015/01/16 16:48:51 deraadt Exp $ */
/*
* SHA-1 in C
@@ -18,7 +18,7 @@
#ifndef WITH_OPENSSL
-#include <sys/param.h>
+#include <sys/types.h>
#include <string.h>
#define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list