cleanup: move rand_r compat code to tests
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 3 Jul 2023 18:38:08 +0000 (14:38 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Apr 2024 20:01:11 +0000 (16:01 -0400)
commit6b071d73cffc66df0bdb9ee3c062143f06923c78
treea9a6108932f85e3eaf82d84c6a30930a2c3c2818
parent5307e3abcb6668ceb84114e1c62b635cb995f4c7
cleanup: move rand_r compat code to tests

This compat code is only used in the tests, move it there as it should
probably not be used in the library.

Change-Id: I0a36e790c236bb90d07a711af9cc6f8388fa4c81
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/Makefile.am
src/compat-rand.h [deleted file]
tests/common/Makefile.am
tests/common/compat-rand.h [new file with mode: 0644]
This page took 0.024716 seconds and 4 git commands to generate.