mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-25 20:11:05 +01:00
We currently use such an hex parser in pat_parse_bin() to parse hex string patterns. We'll need another generic one so let's move it to standard.c and have pat_parse_bin() make use of it.