diff options
| author | June McEnroe <june@causal.agency> | 2026-06-01 14:38:30 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2026-06-01 14:38:30 -0400 |
| commit | ea9a686c1d3f4d7e8e80a907629149ce79b1964a (patch) | |
| tree | 3bdfd8bbfc03aea5816109a1919fc39177f13885 /m4/check-os-options.m4 | |
| parent | Import LibreSSL 3.8.2 (diff) | |
| download | libretls-ea9a686c1d3f4d7e8e80a907629149ce79b1964a.tar.gz libretls-ea9a686c1d3f4d7e8e80a907629149ce79b1964a.zip | |
Import LibreSSL 3.8.3
Diffstat (limited to 'm4/check-os-options.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 # Don't use arc4random on systems before 10.12 because of # weak seed on failure to open /dev/random, based on latest # public source: - # http://www.opensource.apple.com/source/Libc/Libc-997.90.3/gen/FreeBSD/arc4random.c + # https://www.opensource.apple.com/source/Libc/Libc-997.90.3/gen/FreeBSD/arc4random.c # # We use the presence of getentropy() to detect 10.12. The # following check take into account that: |