]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - net/bluetooth/smp.c
Merge tag 'rtc-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[linux.git] / net / bluetooth / smp.c
index 621146d04c0380de424c8b5ef866e2a8056a88d5..e68c715f8d371d5b14e272f6b8de1b8f6cf28664 100644 (file)
@@ -183,7 +183,6 @@ static int aes_cmac(struct crypto_shash *tfm, const u8 k[16], const u8 *m,
        }
 
        desc->tfm = tfm;
-       desc->flags = 0;
 
        /* Swap key and message from LSB to MSB */
        swap_buf(k, tmp, 16);