mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-22 11:48:44 +00:00
In a case exprssion, `|` separates patterns so it needs to be quoted. Also `\` was not actually part of the set since it was quoting another character. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>