crypto: shash - remove shash_desc::flags
[sfrench/cifs-2.6.git] / security / keys / trusted.c
index bcc9c6ead7fd30962cf2ac3755e61d011d62c3da..45ffd9e539371217818ef922db3e643d350f3be5 100644 (file)
@@ -55,7 +55,6 @@ static struct sdesc *init_sdesc(struct crypto_shash *alg)
        if (!sdesc)
                return ERR_PTR(-ENOMEM);
        sdesc->shash.tfm = alg;
-       sdesc->shash.flags = 0x0;
        return sdesc;
 }