diff --git a/include/openssl/opensslconf.h.in b/include/openssl/opensslconf.h.in index f31588a0aa..73bda5a81a 100644 --- a/include/openssl/opensslconf.h.in +++ b/include/openssl/opensslconf.h.in @@ -61,9 +61,13 @@ extern "C" { # define RC4_INT {- $config{rc4_int} -} -#include - # ifdef __cplusplus } # endif + +# include +# if !OPENSSL_API_3 +# define HEADER_FILE_H /* deprecated in version 3.0 */ +# endif + #endif /* HEADER_OPENSSLCONF_H */