X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Futils_wipe.c;h=2d84fc0f21f9485c9222d3cd4ba4628460e0669f;hb=690c363eb90277fc53a97e3e2367ebe12055937e;hp=96dff2982941cddfbc961e7caeac24b0742db852;hpb=6cd353b6260d3be1b8093534d74ce74f82f0040a;p=platform%2Fupstream%2Fcryptsetup.git diff --git a/lib/utils_wipe.c b/lib/utils_wipe.c index 96dff29..2d84fc0 100644 --- a/lib/utils_wipe.c +++ b/lib/utils_wipe.c @@ -2,8 +2,8 @@ * utils_wipe - wipe a device * * Copyright (C) 2004-2007 Clemens Fruhwirth - * Copyright (C) 2009-2020 Red Hat, Inc. All rights reserved. - * Copyright (C) 2009-2020 Milan Broz + * Copyright (C) 2009-2021 Red Hat, Inc. All rights reserved. + * Copyright (C) 2009-2021 Milan Broz * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -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)