libaacs | branch: master | npzacs <npz...@gmail.com> | Tue Oct  8 11:29:54 2013 
+0300| [a4e5a32a4eaaedd6a7319ea26c5800f2c834d4cd] | committer: npzacs

mmc: removed obsolete flag

> http://git.videolan.org/gitweb.cgi/libaacs.git/?a=commit;h=a4e5a32a4eaaedd6a7319ea26c5800f2c834d4cd
---

 src/libaacs/mmc.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/src/libaacs/mmc.c b/src/libaacs/mmc.c
index 9f646ae..6040b71 100644
--- a/src/libaacs/mmc.c
+++ b/src/libaacs/mmc.c
@@ -144,7 +144,6 @@ struct mmc {
 
     uint8_t drive_cert[92];
 
-    uint8_t bus_encryption;
     uint8_t read_drive_cert;
 };
 
@@ -513,7 +512,6 @@ static int _mmc_check_aacs(MMC *mmc)
             DEBUG(DBG_MMC, "  Read drive certificate: %d\n", buf[4+8] & 0x10);
             DEBUG(DBG_MMC, "  AGID count: %d\n", buf[6+8] & 0xf);
 
-            mmc->bus_encryption = !!(buf[4+8] & 2);
             mmc->read_drive_cert = !!(buf[4+8] & 0x10);
 
             return buf[2+8] & 1;

_______________________________________________
libaacs-devel mailing list
libaacs-devel@videolan.org
https://mailman.videolan.org/listinfo/libaacs-devel

Reply via email to