]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/mac802154/llsec.h
Merge remote-tracking branch 'regmap/for-next'
[karo-tx-linux.git] / net / mac802154 / llsec.h
index 950578e1d7bebab7636aae278af3964140ec94e1..6f3b658e3279cc536859cbe4f36927eafaa5c19c 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <linux/slab.h>
 #include <linux/hashtable.h>
-#include <linux/crypto.h>
 #include <linux/kref.h>
 #include <linux/spinlock.h>
 #include <net/af_ieee802154.h>
@@ -30,7 +29,7 @@ struct mac802154_llsec_key {
 
        /* one tfm for each authsize (4/8/16) */
        struct crypto_aead *tfm[3];
-       struct crypto_blkcipher *tfm0;
+       struct crypto_skcipher *tfm0;
 
        struct kref ref;
 };