]> git.ipfire.org Git - thirdparty/openssl.git/commit
Configure: warn about duplicate GENERATE declarations in build.info files
authorRichard Levitte <levitte@openssl.org>
Sun, 10 Jan 2021 08:26:22 +0000 (09:26 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 12 Jan 2021 10:25:54 +0000 (11:25 +0100)
commit2497e2e7dbe54420cd98dc2ff013ed5886cd4d8e
tree382f1401a119f211bc7654fd6fbef906cfc6667c
parent5e16ac142e812864e01c6c534888d4efaca6d9bf
Configure: warn about duplicate GENERATE declarations in build.info files

This sort of duplication is permitted, as the end result will be a single
item anyway, but we might as well warn to avoid future confusion.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/13824)
Configure