Configure: use $list_separator_re only for defines and includes
authorRichard Levitte <levitte@openssl.org>
Thu, 9 Jan 2020 13:49:53 +0000 (14:49 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 13 Jan 2020 08:04:19 +0000 (09:04 +0100)
commit5f6343dea1233deb6d762e24e0e0d3d795b9513d
tree0ab89a2b70f742ef0f22b92382c9c9941301997a
parent6d5e2a41793ffffda9891e08f61a77f636e297db
Configure: use $list_separator_re only for defines and includes

This regexp was used a bit too uncontrolled, which had it split flag
values where it should not have.

Fixes #10792

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/10793)

(cherry picked from commit bbe486cf6154df3d3aaedbae6c5b82d4ed31a5f8)
Configure