use HTTPS for URLs

This commit is contained in:
Francesco Turco
2020-07-03 16:36:03 +02:00
committed by Milan Broz
parent 588c8cf5b3
commit a491b938ba
20 changed files with 46 additions and 45 deletions

View File

@@ -26,7 +26,7 @@
/*
* Wipe using Peter Gutmann method described in
* http://www.cs.auckland.ac.nz/~pgut001/pubs/secure_del.html
* https://www.cs.auckland.ac.nz/~pgut001/pubs/secure_del.html
* Note: used only for rotational device (and even there it is not needed today...)
*/
static void wipeSpecial(char *buffer, size_t buffer_size, unsigned int turn)