Don't compile commands if disabled
authorRich Salz <rsalz@akamai.com>
Fri, 10 Apr 2020 15:51:02 +0000 (11:51 -0400)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Sun, 12 Apr 2020 18:29:12 +0000 (20:29 +0200)
commit369cef760364a88aafa68afd406328e20689b5e2
treeb9d642fc676dbdd7f58a3cbd06a9e33d5c0cd227
parent07e2f4b2aabdc5709ae055b226fb54d9d21c631e
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: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/11518)
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