mirror of
https://gitlab.isc.org/isc-projects/bind9.git
synced 2026-01-15 21:25:52 +00:00
The `assert_in_range()` function was deprecated in favor of `assert_int_in_range()` and `assert_uint_in_range()`. Add compatibility shims for cmocka<2.0.0 and use the new functions.