diff options
| author | Viktor Szakats <commit@vsz.me> | 2023-12-11 16:21:00 +0000 |
|---|---|---|
| committer | Viktor Szakats <commit@vsz.me> | 2023-12-11 16:21:00 +0000 |
| commit | 2d6d9fcc8faf8319c8e7e19fb0c4ab80445ad4ea (patch) | |
| tree | b94273a4e624d25c0453796c49de124fb758ea60 | |
| parent | 2e88c74329938b5af441736645e795289660aa38 (diff) | |
| download | portable-2d6d9fcc8faf8319c8e7e19fb0c4ab80445ad4ea.tar.gz portable-2d6d9fcc8faf8319c8e7e19fb0c4ab80445ad4ea.tar.bz2 portable-2d6d9fcc8faf8319c8e7e19fb0c4ab80445ad4ea.zip | |
upgrade links in comments to HTTPS
| -rw-r--r-- | crypto/compat/ui_openssl_win.c | 4 | ||||
| -rw-r--r-- | m4/check-os-options.m4 | 2 | ||||
| -rwxr-xr-x | tap-driver.sh | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/crypto/compat/ui_openssl_win.c b/crypto/compat/ui_openssl_win.c index a8c92f2..09705e4 100644 --- a/crypto/compat/ui_openssl_win.c +++ b/crypto/compat/ui_openssl_win.c | |||
| @@ -20,7 +20,7 @@ | |||
| 20 | * 3. All advertising materials mentioning features or use of this | 20 | * 3. All advertising materials mentioning features or use of this |
| 21 | * software must display the following acknowledgment: | 21 | * software must display the following acknowledgment: |
| 22 | * "This product includes software developed by the OpenSSL Project | 22 | * "This product includes software developed by the OpenSSL Project |
| 23 | * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" | 23 | * for use in the OpenSSL Toolkit. (https://www.openssl.org/)" |
| 24 | * | 24 | * |
| 25 | * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to | 25 | * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to |
| 26 | * endorse or promote products derived from this software without | 26 | * endorse or promote products derived from this software without |
| @@ -34,7 +34,7 @@ | |||
| 34 | * 6. Redistributions of any form whatsoever must retain the following | 34 | * 6. Redistributions of any form whatsoever must retain the following |
| 35 | * acknowledgment: | 35 | * acknowledgment: |
| 36 | * "This product includes software developed by the OpenSSL Project | 36 | * "This product includes software developed by the OpenSSL Project |
| 37 | * for use in the OpenSSL Toolkit (http://www.openssl.org/)" | 37 | * for use in the OpenSSL Toolkit (https://www.openssl.org/)" |
| 38 | * | 38 | * |
| 39 | * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY | 39 | * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY |
| 40 | * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 40 | * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
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: |
diff --git a/tap-driver.sh b/tap-driver.sh index fea066f..115e859 100755 --- a/tap-driver.sh +++ b/tap-driver.sh | |||
| @@ -464,7 +464,7 @@ function get_test_exit_message(status) | |||
| 464 | # in $? an exit status of 256+n instead of the more standard 128+n. | 464 | # in $? an exit status of 256+n instead of the more standard 128+n. |
| 465 | # Apparently, both behaviours are allowed by POSIX (2008), so be | 465 | # Apparently, both behaviours are allowed by POSIX (2008), so be |
| 466 | # prepared to handle them both. See also Austing Group report ID | 466 | # prepared to handle them both. See also Austing Group report ID |
| 467 | # 0000051 <http://www.austingroupbugs.net/view.php?id=51> | 467 | # 0000051 <https://www.austingroupbugs.net/view.php?id=51> |
| 468 | exit_details = sprintf(" (terminated by signal %d?)", status - 256) | 468 | exit_details = sprintf(" (terminated by signal %d?)", status - 256) |
| 469 | else | 469 | else |
| 470 | # Never seen in practice. | 470 | # Never seen in practice. |
