aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2023-12-11 16:21:00 +0000
committerBrent Cook <busterb@gmail.com>2024-03-03 15:32:50 -0600
commit819b60642d8f7809affc6e4bac9fb3e12a4169bc (patch)
treedb7a49215ad2466ae93bc1ed911347896b5acf8c /m4
parent4764faea673501fcf4a1b3c6d93772619d162df4 (diff)
downloadportable-819b60642d8f7809affc6e4bac9fb3e12a4169bc.tar.gz
portable-819b60642d8f7809affc6e4bac9fb3e12a4169bc.tar.bz2
portable-819b60642d8f7809affc6e4bac9fb3e12a4169bc.zip
upgrade links in comments to HTTPS
Diffstat (limited to 'm4')
-rw-r--r--m4/check-os-options.m42
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: