summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2017-08-22 07:29:41 +1000
committerPauli <paul.dale@oracle.com>2017-08-30 07:20:44 +1000
commit9590da2cd67ae23588568c57556d6140fb86f892 (patch)
treec84c4dac0d8f0cfa3e38678a0087d53b46bb61d1 /apps/ca.c
parentcd420b0b1f2336972e386eba1cccf23b47d99538 (diff)
Remove the X_OK define, it is unused.
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4188)
Diffstat (limited to 'apps/ca.c')
-rw-r--r--apps/ca.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/ca.c b/apps/ca.c
index 436aa855cf..976f6bb5f0 100644
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -38,7 +38,6 @@
#ifndef W_OK
# define F_OK 0
-# define X_OK 1
# define W_OK 2
# define R_OK 4
#endif