]> git.ipfire.org Git - thirdparty/bind9.git/commit
Drop the unit test for testing randomness
authorOndřej Surý <ondrej@isc.org>
Wed, 22 Oct 2025 16:25:18 +0000 (18:25 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 4 Nov 2025 19:51:48 +0000 (20:51 +0100)
commit0fa3984f8c630cfabbc4b8d6bb1341d114f94c74
treeea4567badc441197965cbb02dbce4dd8e194cd65
parentdea43b073a2c62b175676b23a90d2939547a7cd8
Drop the unit test for testing randomness

Since we are using system routines for randomness, there's no point
in spending time and run the statistical suite for testing PRNG.

(cherry picked from commit 90b3def5e965911113d6c3d7f35987a2882b0ba9)
lib/isc/random.c
tests/isc/Makefile.am
tests/isc/random_test.c [deleted file]