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 <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10364)
This commit is contained in:
Richard Levitte 2019-11-05 17:35:12 +01:00
parent 00db8c60aa
commit 9fd9951e4b

View File

@ -66,8 +66,5 @@ extern "C" {
# endif
# include <openssl/macros.h>
# if !OPENSSL_API_3
# define HEADER_FILE_H /* deprecated in version 3.0 */
# endif
#endif /* OPENSSL_OPENSSLCONF_H */