diff options
Diffstat (limited to 'crypto/crypto_null.c')
-rw-r--r-- | crypto/crypto_null.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/crypto_null.c b/crypto/crypto_null.c index 20ff2c746e0b..0959b268966c 100644 --- a/crypto/crypto_null.c +++ b/crypto/crypto_null.c | |||
@@ -104,7 +104,6 @@ static struct shash_alg digest_null = { | |||
104 | .final = null_final, | 104 | .final = null_final, |
105 | .base = { | 105 | .base = { |
106 | .cra_name = "digest_null", | 106 | .cra_name = "digest_null", |
107 | .cra_flags = CRYPTO_ALG_TYPE_SHASH, | ||
108 | .cra_blocksize = NULL_BLOCK_SIZE, | 107 | .cra_blocksize = NULL_BLOCK_SIZE, |
109 | .cra_module = THIS_MODULE, | 108 | .cra_module = THIS_MODULE, |
110 | } | 109 | } |