]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Actually put HAVE_STDINT_H around the stdint.h.
authorDarren Tucker <dtucker@dtucker.net>
Mon, 8 Aug 2022 02:17:04 +0000 (12:17 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 8 Aug 2022 02:17:04 +0000 (12:17 +1000)
openbsd-compat/arc4random_uniform.c

index 1dfec8f6c961f41ae61c1be13660c3fe671320fe..b1a8aeea28016ee0d886545310c2d0fa449bd9c3 100644 (file)
 
 #include "includes.h"
 
-#include <stdint.h>
 #ifdef HAVE_STDINT_H
-# include <stdlib.h>
+# include <stdint.h>
 #endif
+#include <stdlib.h>
 
 #ifndef HAVE_ARC4RANDOM_UNIFORM
 /*