diff options
author | Baruch Siach <baruch@tkos.co.il> | 2015-07-05 06:55:44 (GMT) |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2015-07-27 11:58:16 (GMT) |
commit | 6ed443c07f1e7f819983422b16598facb152250d (patch) | |
tree | 35af5182887e344f8d8ff6e1374be2c8ddd7fd90 | |
parent | 134bf30c06f057d6b8d90132e8f8b3cd2be79572 (diff) | |
download | linux-6ed443c07f1e7f819983422b16598facb152250d.tar.xz |
dm crypt: update wiki page URL
Cryptsetup moved to gitlab. This is a leftover from commit e44f23b32dc7
(dm crypt: update URLs to new cryptsetup project page, 2015-04-05).
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
-rw-r--r-- | drivers/md/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index b597273..bfec3bd 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -259,7 +259,7 @@ config DM_CRYPT the ciphers you're going to use in the cryptoapi configuration. For further information on dm-crypt and userspace tools see: - <http://code.google.com/p/cryptsetup/wiki/DMCrypt> + <https://gitlab.com/cryptsetup/cryptsetup/wikis/DMCrypt> To compile this code as a module, choose M here: the module will be called dm-crypt. |