Don't compile commands if disabled
authorRich Salz <rsalz@akamai.com>
Wed, 4 Mar 2020 21:52:22 +0000 (16:52 -0500)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 10 Apr 2020 13:24:02 +0000 (15:24 +0200)
commit1ae56f2f43d36618e54cbb8dd47a7107b74505b6
treea2704c85168a338361457a3b9765fcb02d9d2bb3
parentfa4d3fe46dfb4909c3c18c9d6141bb3b60a09eed
Don't compile commands if disabled

Rather than wrapping whole files in "ifndef OPENSSL_NO_xxx" we handle
the changes in build.info

Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/11250)
15 files changed:
apps/build.info
apps/dhparam.c
apps/dsa.c
apps/dsaparam.c
apps/ec.c
apps/ecparam.c
apps/engine.c
apps/gendsa.c
apps/genrsa.c
apps/ocsp.c
apps/pkcs12.c
apps/rsa.c
apps/rsautl.c
apps/srp.c
apps/ts.c