]> git.ipfire.org Git - thirdparty/openssl.git/commit
util/add-depends.pl: Only add dependencies on existing or generated headers
authorRichard Levitte <levitte@openssl.org>
Thu, 19 Aug 2021 11:07:30 +0000 (13:07 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 19 Aug 2021 17:06:46 +0000 (19:06 +0200)
commit3bb2046a5959e470c3499de575f4b5f2aa27d5a5
tree726b6b76ac053e173278af0d0d380cc7bf83892c
parente0f69c3598b61c47fbfe9d4e7d44ed671c334ef5
util/add-depends.pl: Only add dependencies on existing or generated headers

Headers that fulfill neither of those conditions are skipped.

This avoids build breaks when development has removed a previously
existing header.

Fixes #16360

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16361)
util/add-depends.pl