Merge pull request #6736 from semarie/getentropy

GIT_RAND_GETENTROPY: do not include sys/random.h
This commit is contained in:
Edward Thomson
2024-02-17 13:44:47 +00:00
committed by GitHub

View File

@@ -10,10 +10,6 @@ See <http://creativecommons.org/publicdomain/zero/1.0/>. */
#include "rand.h"
#include "runtime.h"
#if defined(GIT_RAND_GETENTROPY)
# include <sys/random.h>
#endif
#if defined(GIT_WIN32)
# include <wincrypt.h>
#endif