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:02:16 +0000 (09:02 +0100)
commitbbe486cf6154df3d3aaedbae6c5b82d4ed31a5f8
tree299417f2fcfdbe9f8860f2cb6e4911bb2e1f31b3
parent42b3f10b5e461496aab1f74d24103d6902ebfcd5
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)
Configure