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
|
||||
|
||||
# if defined(OPENSSL_SYS_UNIX)
|
||||
# include <sys/mman.h>
|
||||
#if defined(OPENSSL_SYS_LINUX)
|
||||
# include <sys/mman.h>
|
||||
#endif
|
||||
|
||||
#include <openssl/bn.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user