From d0cf719efb4e60364ee80d3d7c9c8f69c69cdb95 Mon Sep 17 00:00:00 2001 From: "Dr. Matthias St. Pierre" Date: Fri, 12 Jul 2019 22:49:42 +0200 Subject: Remove HEADER_X509_H and HEADER_SSL_H include detectors from apps The HEADER_X509_H check is redundant, because is already included. Instead of of checking for HEADER_SSL_H, include explicitly in "s_apps.h" and don't include "s_apps.h" where it's not necessary. Reviewed-by: Richard Levitte Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/9364) --- apps/openssl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/openssl.c') diff --git a/apps/openssl.c b/apps/openssl.c index b2fd630545..123c1ff4ce 100644 --- a/apps/openssl.c +++ b/apps/openssl.c @@ -23,7 +23,6 @@ # include #endif #include -#include "s_apps.h" /* Needed to get the other O_xxx flags. */ #ifdef OPENSSL_SYS_VMS # include -- cgit v1.2.3