summaryrefslogtreecommitdiff
path: root/restripe.c
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2020-05-28 16:52:24 +0200
committerJes Sorensen <jsorensen@fb.com>2020-06-12 10:48:43 -0400
commit8e41153c91cdce696618c527906648625217470c (patch)
tree069433f54ef536942704fe4148a73d59bc44d3ec /restripe.c
parent2cf0433063203fca10d26629c9e090b51fb1d806 (diff)
downloadmdadm-8e41153c91cdce696618c527906648625217470c.tar.gz
Use more secure HTTPS URLs
All URLs in the source are available over HTTPS, so convert all URLs to HTTPS with the command below. git grep -l 'http://' | xargs sed -i 's,http://,https://,g' Revert the changes to announcement files `ANNOUNCE-*` as requested by the maintainer. Cc: linux-raid@vger.kernel.org Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Diffstat (limited to 'restripe.c')
-rw-r--r--restripe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/restripe.c b/restripe.c
index 86e1d00..a7a7229 100644
--- a/restripe.c
+++ b/restripe.c
@@ -333,7 +333,7 @@ void make_tables(void)
/* Compute log and inverse log */
/* Modified code from:
- * http://web.eecs.utk.edu/~plank/plank/papers/CS-96-332.html
+ * https://web.eecs.utk.edu/~plank/plank/papers/CS-96-332.html
*/
b = 1;
raid6_gflog[0] = 0;