diff options
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: |