summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-10-19 19:49:43 +0200
committerRichard Levitte <richard@levitte.org>2016-10-20 08:59:54 +0200
commitec7b16ddbb020b2f49ff7394901cd2b2bed5234b (patch)
tree1babfc34abe99c01b147e11d291f544076c83ddf /apps
parenta55b3959374161e33c68542d27c0fe93c6b7fe81 (diff)
apps: remove some #ifndef clutter
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1643) (cherry picked from commit b85bf6395251dc28457b95de586a2f0a5faae4af)
Diffstat (limited to 'apps')
-rw-r--r--apps/speed.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/speed.c b/apps/speed.c
index 8437ab2025..cdd0da1100 100644
--- 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;
-#ifndef OPENSSL_NO_ENGINE
const char *engine_id = NULL;
-#endif
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.
*/
-#ifndef OPENSSL_NO_ENGINE
engine_id = opt_arg();
-#endif
break;
case OPT_MULTI:
#ifndef NO_FORK