From: Pauli Date: Mon, 21 Aug 2017 21:29:41 +0000 (+1000) Subject: Remove the X_OK define, it is unused. X-Git-Tag: OpenSSL_1_1_1-pre1~743 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9590da2cd67ae23588568c57556d6140fb86f892;p=oweals%2Fopenssl.git Remove the X_OK define, it is unused. Reviewed-by: Andy Polyakov Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/4188) --- 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