Remove the X_OK define, it is unused.
authorPauli <paul.dale@oracle.com>
Mon, 21 Aug 2017 21:29:41 +0000 (07:29 +1000)
committerPauli <paul.dale@oracle.com>
Tue, 29 Aug 2017 21:20:44 +0000 (07:20 +1000)
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4188)

apps/ca.c

index 436aa855cf0c8612487282662cfc60288933f81d..976f6bb5f00c8416d4a383e00219fb64e72cb2fa 100644 (file)
--- a/apps/ca.c
+++ b/apps/ca.c
@@ -38,7 +38,6 @@
 
 #ifndef W_OK
 # define F_OK 0
 
 #ifndef W_OK
 # define F_OK 0
-# define X_OK 1
 # define W_OK 2
 # define R_OK 4
 #endif
 # define W_OK 2
 # define R_OK 4
 #endif