Configure: process shared-info.pl later
authorRichard Levitte <levitte@openssl.org>
Tue, 30 Apr 2019 08:33:55 +0000 (10:33 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 30 Apr 2019 09:56:20 +0000 (11:56 +0200)
commit7216e9a20aee620d85185a6ddb8caa30f11f2192
treebbc8bba207567f3c580ec3feee27f287edfa0396
parent57aac8b59d413ba04eede6e206550cbd660f7324
Configure: process shared-info.pl later

The reason is that the shared-info attributes may depend on %disabled,
so we need to process all enablings/disablings first.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8846)

(cherry picked from commit 8f0dd6d9eec0e52feb1b19725c7134684bff28bc)
Configure