From: Richard Levitte Date: Tue, 5 Nov 2019 16:35:12 +0000 (+0100) Subject: include/openssl/opensslconf.h.in: remove spurious HEADER_FILE_H definition X-Git-Tag: openssl-3.0.0-alpha1~1003 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9fd9951e4b49051c8f69157b478070951c43c5c4;p=oweals%2Fopenssl.git include/openssl/opensslconf.h.in: remove spurious HEADER_FILE_H definition This macro was never defined in existing releases, there's no reason for us to create a macro that we immediately deprecate. Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/10364) --- diff --git a/include/openssl/opensslconf.h.in b/include/openssl/opensslconf.h.in index c3448338a2..c0ef3ddcff 100644 --- a/include/openssl/opensslconf.h.in +++ b/include/openssl/opensslconf.h.in @@ -66,8 +66,5 @@ extern "C" { # endif # include -# if !OPENSSL_API_3 -# define HEADER_FILE_H /* deprecated in version 3.0 */ -# endif #endif /* OPENSSL_OPENSSLCONF_H */