crypto: shash - remove useless setting of type flags
[linux-2.6-microblaze.git] / crypto / rmd256.c
index f50c025..0afbb5a 100644 (file)
@@ -322,7 +322,6 @@ static struct shash_alg alg = {
        .descsize       =       sizeof(struct rmd256_ctx),
        .base           =       {
                .cra_name        =      "rmd256",
-               .cra_flags       =      CRYPTO_ALG_TYPE_SHASH,
                .cra_blocksize   =      RMD256_BLOCK_SIZE,
                .cra_module      =      THIS_MODULE,
        }