From: Mark Andrews Date: Tue, 27 Jan 2026 20:22:59 +0000 (+1100) Subject: chg: dev: Use enum rather than numbers for isc_base64_tobuffer and isc_hex_tobuffer X-Git-Tag: v9.21.18~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e39596d570aba5fc24afa91a393f3033ee1d31d;p=thirdparty%2Fbind9.git chg: dev: Use enum rather than numbers for isc_base64_tobuffer and isc_hex_tobuffer Use isc_one_or_more and isc_zero_or_more rather than (-2) and (-1) when calling isc_base64_tobuffer. Similarly for isc_hex_tobuffer. This should help reduce the probability that the wrong number is used and it makes the intent clearer. Closes #5713 Merge branch '5713-use-macros-with-isc_base64_tobuffer-and-isc_hex_tobuffer' into 'main' See merge request isc-projects/bind9!11479 --- 7e39596d570aba5fc24afa91a393f3033ee1d31d