mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-20 06:21:10 +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.