[openssh-commits] [openssh] 01/01: Actually put HAVE_STDINT_H around the stdint.h.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Aug 8 12:17:31 AEST 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 7a01f61be8d0aca0e975e7417f26371495fe7674
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Aug 8 12:17:04 2022 +1000
Actually put HAVE_STDINT_H around the stdint.h.
---
openbsd-compat/arc4random_uniform.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/openbsd-compat/arc4random_uniform.c b/openbsd-compat/arc4random_uniform.c
index 1dfec8f6..b1a8aeea 100644
--- a/openbsd-compat/arc4random_uniform.c
+++ b/openbsd-compat/arc4random_uniform.c
@@ -20,10 +20,10 @@
#include "includes.h"
-#include <stdint.h>
#ifdef HAVE_STDINT_H
-# include <stdlib.h>
+# include <stdint.h>
#endif
+#include <stdlib.h>
#ifndef HAVE_ARC4RANDOM_UNIFORM
/*
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list