mirror of
https://github.com/openssl/openssl.git
synced 2025-01-06 01:03:39 +08:00
apps: remove some #ifndef clutter
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1643)
This commit is contained in:
parent
907c6c8633
commit
b85bf63952
@ -1224,9 +1224,7 @@ int speed_main(int argc, char **argv)
|
|||||||
int async_init = 0;
|
int async_init = 0;
|
||||||
int loopargs_len = 0;
|
int loopargs_len = 0;
|
||||||
char *prog;
|
char *prog;
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
|
||||||
const char *engine_id = NULL;
|
const char *engine_id = NULL;
|
||||||
#endif
|
|
||||||
const EVP_CIPHER *evp_cipher = NULL;
|
const EVP_CIPHER *evp_cipher = NULL;
|
||||||
double d = 0.0;
|
double d = 0.0;
|
||||||
OPTION_CHOICE o;
|
OPTION_CHOICE o;
|
||||||
@ -1400,9 +1398,7 @@ int speed_main(int argc, char **argv)
|
|||||||
* initialised by each child process, not by the parent.
|
* initialised by each child process, not by the parent.
|
||||||
* So store the name here and run setup_engine() later on.
|
* So store the name here and run setup_engine() later on.
|
||||||
*/
|
*/
|
||||||
#ifndef OPENSSL_NO_ENGINE
|
|
||||||
engine_id = opt_arg();
|
engine_id = opt_arg();
|
||||||
#endif
|
|
||||||
break;
|
break;
|
||||||
case OPT_MULTI:
|
case OPT_MULTI:
|
||||||
#ifndef NO_FORK
|
#ifndef NO_FORK
|
||||||
|
Loading…
Reference in New Issue
Block a user