Commit 01cb90be by Yuang Li

restore GIT_RAND_GETENTROPY

parent a3bfd284
...@@ -70,11 +70,6 @@ check_function_exists(qsort_s GIT_QSORT_S) ...@@ -70,11 +70,6 @@ check_function_exists(qsort_s GIT_QSORT_S)
# random / entropy data # random / entropy data
# The flag has been unset to prevent issues
# related to Linux GLIBC version dependency
# check_function_exists(getentropy GIT_RAND_GETENTROPY)
unset(GIT_RAND_GETENTROPY)
check_function_exists(getloadavg GIT_RAND_GETLOADAVG) check_function_exists(getloadavg GIT_RAND_GETLOADAVG)
# determine architecture of the machine # determine architecture of the machine
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment