Skip to content

Commit

Permalink
Fix build on NonStop
Browse files Browse the repository at this point in the history
Fixes openssl#19810

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from openssl#19811)
  • Loading branch information
t8m authored and beldmit committed Dec 26, 2022
1 parent 0adccdc commit e68d8fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/speed.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e68d8fc

Please sign in to comment.