projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ff030c
)
Fix UEFI build on FreeBSD by not including system headers
author
Rebecca Cran
<rebecca@bluestop.org>
Wed, 12 Jun 2019 20:03:36 +0000
(14:03 -0600)
committer
Tomas Mraz
<tmraz@fedoraproject.org>
Wed, 19 Jun 2019 12:42:40 +0000
(14:42 +0200)
CLA: trivial
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/9149)
crypto/rand/rand_unix.c
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_unix.c
b/crypto/rand/rand_unix.c
index 3a6e00959c721574e4a69b71a2a7e8d1152e7951..61619091a440148e07d7f4b89d0a0582a3d39567 100644
(file)
--- a/
crypto/rand/rand_unix.c
+++ b/
crypto/rand/rand_unix.c
@@
-21,7
+21,7
@@
#if defined(__linux)
# include <asm/unistd.h>
#endif
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__)
&& !defined(OPENSSL_SYS_UEFI)
# include <sys/types.h>
# include <sys/sysctl.h>
# include <sys/param.h>