fewer NO_ENGINE #ifdef's
authorRich Salz <rsalz@openssl.org>
Sat, 25 Apr 2015 19:41:29 +0000 (15:41 -0400)
committerRich Salz <rsalz@openssl.org>
Sat, 25 Apr 2015 19:41:29 +0000 (15:41 -0400)
commit333b070ec06d7a67538ee9d5312656a19e802dc1
treeaa630fe4f89d2333f82e2aeeba61f66e86e1349c
parentc54cc2b15d96944fcf13ccd24baca79f9593cbf0
fewer NO_ENGINE #ifdef's

Make setup_engine be a dummy if NO_ENGINE is enabled.
The option is not enabled if NO_ENGINE is enabled, so the one "wasted"
variable just sits there. Removes some variables and code.

Reviewed-by: Richard Levitte <levitte@openssl.org>
31 files changed:
apps/apps.h
apps/ca.c
apps/cms.c
apps/dgst.c
apps/dhparam.c
apps/dsa.c
apps/dsaparam.c
apps/ec.c
apps/ecparam.c
apps/enc.c
apps/gendsa.c
apps/genpkey.c
apps/genrsa.c
apps/pkcs12.c
apps/pkcs7.c
apps/pkcs8.c
apps/pkey.c
apps/pkeyparam.c
apps/pkeyutl.c
apps/rand.c
apps/req.c
apps/rsa.c
apps/rsautl.c
apps/s_client.c
apps/s_server.c
apps/smime.c
apps/speed.c
apps/spkac.c
apps/srp.c
apps/verify.c
apps/x509.c