mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 04:52:43 +02: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.