aboutsummaryrefslogtreecommitdiffstats
path: root/apps/opt.c
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2016-01-29 17:23:03 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-01-29 18:46:55 -0500
commitea5e0c1caf4ea6731d09edf36a5ae57d6e60cd10 (patch)
tree2c1dd6b185d0b5842d98dd39de44de573b6894e4 /apps/opt.c
parent826e9e54460b30c8911f8ab28811f1961c9d63cd (diff)
downloadopenssl-ea5e0c1caf4ea6731d09edf36a5ae57d6e60cd10.tar.gz
Make opt_imax visible in all apps
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'apps/opt.c')
-rw-r--r--apps/opt.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/opt.c b/apps/opt.c
index 17ac47419b..14e05de023 100644
--- a/apps/opt.c
+++ b/apps/opt.c
@@ -75,12 +75,6 @@ static const OPTIONS *unknown;
static const OPTIONS *opts;
static char prog[40];
-#if !defined(__STDC_VERSION__) || __STDC_VERSION__ < 199901L || \
- !defined(INTMAX_MAX) && !defined(UINTMAX_MAX)
-#define opt_imax opt_long
-#define opt_umax opt_ulong
-#endif
-
/*
* Return the simple name of the program; removing various platform gunk.
*/