Commit 3bed01a0 authored by Richard Levitte's avatar Richard Levitte
Browse files

Configure: ensure empty arrays aren't created inadvertently



Just refering to a hash table element as an array reference will
automatically create that element.  Avoid that by defaulting to
a separate empty array reference.

Fixes #7543

Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7544)
parent 54f3e855
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment