[dm-devel] [PATCH 2/2] fix IV type in dm-crypt status method

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Fix IV type returnd in status method.

[Christophe Saout]
--- linux.orig/drivers/md/dm-crypt.c	2004-02-10 18:12:15.646561920 +0100
+++ linux/drivers/md/dm-crypt.c	2004-02-10 18:12:39.659911336 +0100
@@ -715,7 +715,7 @@
 
 		switch(cc->tfm->crt_u.cipher.cit_mode) {
 		case CRYPTO_TFM_MODE_CBC:
-			mode = "cbc";
+			mode = "plain";
 			break;
 		case CRYPTO_TFM_MODE_ECB:
 			mode = "ecb";



[Index of Archives]     [DM Crypt]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite Discussion]     [KDE Users]     [Fedora Docs]

  Powered by Linux