mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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:
parent
c18d2d94c8
commit
ea8e1fe55b
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user