]> git.ipfire.org Git - thirdparty/openssl.git/commit
build.info: Make it possible to have more than one item in KEYWORD[]
authorRichard Levitte <levitte@openssl.org>
Wed, 26 Feb 2020 13:30:38 +0000 (14:30 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 2 Mar 2020 02:34:29 +0000 (03:34 +0100)
commitad5be194c6b08e89f9a6e2a78b85ff19a3c40d40
treef0cbdff589345c712e38df094f76b21810c7dfa2
parent2888fc1590ad31633be7a99e7288dcecd35e800c
build.info: Make it possible to have more than one item in KEYWORD[]

So far, the "index" part of KEYWORD[whatever] could only handle one
item.  There are cases, however, where we want to add the exact same
value to multiple items.  This is especially helpful if a variable
that may have multi-item values are used in the "index" part.

Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11185)
Configure
doc/internal/man7/build.info.pod