Fix omissions in providers/common/der/build.info
authorRichard Levitte <levitte@openssl.org>
Fri, 22 May 2020 08:17:55 +0000 (10:17 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 25 May 2020 11:59:29 +0000 (13:59 +0200)
commit3f5ea7dc0ca4affb1fbe5c9f6d25add8aa3535b3
tree14ac5803dc0d887853c81e040ff553f1b39446f1
parent8069bf585453c96d1d14c1c0f53f3592bf057453
Fix omissions in providers/common/der/build.info

Dependencies on generated files must be declared explicitly.  When
refactoring the DER code in providers/common/der, a few of those
dependency declaration were omitted, which may lead to build errors in
a parallel build.

Some cleanup and extensive used of build.info variables is done while
at it, to avoid unnecessary repetition.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11906)
providers/common/der/build.info