diff options
author | Theo Buehler <tb@openbsd.org> | 2023-12-12 08:24:59 +0100 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-12-12 08:24:59 +0100 |
commit | 4ba6cdc48cd9667d5c3690530d8bd9773a290813 (patch) | |
tree | e215a2629ddd7f0e427cb84967e6811cffded936 /m4 | |
parent | 8853aa44cd7be692bed3924b13bb1e374ced5c79 (diff) | |
parent | d83d983a3659109f2b2b2de42108f3b665140629 (diff) | |
download | portable-4ba6cdc48cd9667d5c3690530d8bd9773a290813.tar.gz portable-4ba6cdc48cd9667d5c3690530d8bd9773a290813.tar.bz2 portable-4ba6cdc48cd9667d5c3690530d8bd9773a290813.zip |
Land #962
Diffstat (limited to 'm4')
-rw-r--r-- | m4/check-os-options.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/check-os-options.m4 b/m4/check-os-options.m4 index c73709d..77edd14 100644 --- a/m4/check-os-options.m4 +++ b/m4/check-os-options.m4 | |||
@@ -22,7 +22,7 @@ case $host_os in | |||
22 | # Don't use arc4random on systems before 10.12 because of | 22 | # Don't use arc4random on systems before 10.12 because of |
23 | # weak seed on failure to open /dev/random, based on latest | 23 | # weak seed on failure to open /dev/random, based on latest |
24 | # public source: | 24 | # public source: |
25 | # http://www.opensource.apple.com/source/Libc/Libc-997.90.3/gen/FreeBSD/arc4random.c | 25 | # https://www.opensource.apple.com/source/Libc/Libc-997.90.3/gen/FreeBSD/arc4random.c |
26 | # | 26 | # |
27 | # We use the presence of getentropy() to detect 10.12. The | 27 | # We use the presence of getentropy() to detect 10.12. The |
28 | # following check take into account that: | 28 | # following check take into account that: |