Configurations/10-main.conf: fix VC-noCE-common template.
authorAndy Polyakov <appro@openssl.org>
Wed, 28 Mar 2018 08:07:32 +0000 (10:07 +0200)
committerAndy Polyakov <appro@openssl.org>
Thu, 29 Mar 2018 12:33:36 +0000 (14:33 +0200)
commitfffb1c5496e47dacc8245bd140f6955a31c5ea6f
treebd14a0cfe4ae9480d0cdc353624fdb3955de1023
parentff455d993ce13dbc8e308753aa15310f94231fab
Configurations/10-main.conf: fix VC-noCE-common template.

picker() is type agnostic, but its output consumer is not. Or rather
it doesn't work if picker() picks nothing when consumer expects
array. So ensure array is returned when array is expected.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5770)
Configurations/10-main.conf