Add legacy include guard manually to opensslconf.h.in

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9333)
This commit is contained in:
Dr. Matthias St. Pierre 2019-08-22 17:33:38 +02:00
parent c18d2d94c8
commit ea8e1fe55b

View File

@ -61,9 +61,13 @@ extern "C" {
# define RC4_INT {- $config{rc4_int} -}
#include <openssl/macros.h>
# ifdef __cplusplus
}
# endif
# include <openssl/macros.h>
# if !OPENSSL_API_3
# define HEADER_FILE_H /* deprecated in version 3.0 */
# endif
#endif /* HEADER_OPENSSLCONF_H */