summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-crypt.c
diff options
context:
space:
mode:
authorMilan Broz2015-04-05 18:03:10 +0200
committerMike Snitzer2015-04-15 18:10:24 +0200
commite44f23b32dc7916b2bc12817e2f723fefa21ba41 (patch)
treecacbc125e3612951d66e15559db287ce4b8a4c4e /drivers/md/dm-crypt.c
parentdm: add log writes target (diff)
downloadkernel-qcow2-linux-e44f23b32dc7916b2bc12817e2f723fefa21ba41.tar.gz
kernel-qcow2-linux-e44f23b32dc7916b2bc12817e2f723fefa21ba41.tar.xz
kernel-qcow2-linux-e44f23b32dc7916b2bc12817e2f723fefa21ba41.zip
dm crypt: update URLs to new cryptsetup project page
Cryptsetup home page moved to GitLab. Also remove link to abandonded Truecrypt page. Signed-off-by: Milan Broz <gmazyland@gmail.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'drivers/md/dm-crypt.c')
-rw-r--r--drivers/md/dm-crypt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-crypt.c b/drivers/md/dm-crypt.c
index 713a96237a80..ea09d5464a9f 100644
--- a/drivers/md/dm-crypt.c
+++ b/drivers/md/dm-crypt.c
@@ -228,7 +228,7 @@ static struct crypto_ablkcipher *any_tfm(struct crypt_config *cc)
*
* tcw: Compatible implementation of the block chaining mode used
* by the TrueCrypt device encryption system (prior to version 4.1).
- * For more info see: http://www.truecrypt.org
+ * For more info see: https://gitlab.com/cryptsetup/cryptsetup/wikis/TrueCryptOnDiskFormat
* It operates on full 512 byte sectors and uses CBC
* with an IV derived from initial key and the sector number.
* In addition, whitening value is applied on every sector, whitening