aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2023-12-11 16:21:00 +0000
committerViktor Szakats <commit@vsz.me>2023-12-11 16:21:00 +0000
commit2d6d9fcc8faf8319c8e7e19fb0c4ab80445ad4ea (patch)
treeb94273a4e624d25c0453796c49de124fb758ea60 /m4
parent2e88c74329938b5af441736645e795289660aa38 (diff)
downloadportable-2d6d9fcc8faf8319c8e7e19fb0c4ab80445ad4ea.tar.gz
portable-2d6d9fcc8faf8319c8e7e19fb0c4ab80445ad4ea.tar.bz2
portable-2d6d9fcc8faf8319c8e7e19fb0c4ab80445ad4ea.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: