mirror of https://github.com/openssl/openssl.git
Fix build on NonStop
Fixes #19810 Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19811)
This commit is contained in:
parent
269ad8d571
commit
d861bc03ee
|
|
@ -63,8 +63,8 @@ VirtualLock(
|
||||||
);
|
);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
# if defined(OPENSSL_SYS_UNIX)
|
#if defined(OPENSSL_SYS_LINUX)
|
||||||
# include <sys/mman.h>
|
# include <sys/mman.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue