projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
apps: remove some #ifndef clutter
[openssl.git]
/
apps
/
speed.c
diff --git
a/apps/speed.c
b/apps/speed.c
index 046882fbd63ef6cfaa54eb34f8a7ef4404ef4004..0e4d224dbb142d80782e0b5fcc8a8f5289ff73e2 100644
(file)
--- a/
apps/speed.c
+++ b/
apps/speed.c
@@
-1224,9
+1224,7
@@
int speed_main(int argc, char **argv)
int async_init = 0;
int loopargs_len = 0;
char *prog;
int async_init = 0;
int loopargs_len = 0;
char *prog;
-#ifndef OPENSSL_NO_ENGINE
const char *engine_id = NULL;
const char *engine_id = NULL;
-#endif
const EVP_CIPHER *evp_cipher = NULL;
double d = 0.0;
OPTION_CHOICE o;
const EVP_CIPHER *evp_cipher = NULL;
double d = 0.0;
OPTION_CHOICE o;
@@
-1400,9
+1398,7
@@
int speed_main(int argc, char **argv)
* initialised by each child process, not by the parent.
* So store the name here and run setup_engine() later on.
*/
* initialised by each child process, not by the parent.
* 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;
case OPT_MULTI:
#ifndef NO_FORK
break;
case OPT_MULTI:
#ifndef NO_FORK