mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-01 04:04:39 +00: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} -}
|
# define RC4_INT {- $config{rc4_int} -}
|
||||||
|
|
||||||
#include <openssl/macros.h>
|
|
||||||
|
|
||||||
# ifdef __cplusplus
|
# ifdef __cplusplus
|
||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
# include <openssl/macros.h>
|
||||||
|
# if !OPENSSL_API_3
|
||||||
|
# define HEADER_FILE_H /* deprecated in version 3.0 */
|
||||||
|
# endif
|
||||||
|
|
||||||
#endif /* HEADER_OPENSSLCONF_H */
|
#endif /* HEADER_OPENSSLCONF_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user