Commit cce6e2b8 authored by David S. Miller's avatar David S. Miller Committed by Jeff Garzik

[CRYPTO]: Kill stray CRYPTO_ALG_TYPE_COMP.

parent 1ca56ff2
...@@ -105,7 +105,7 @@ static void crypto_exit_ops(struct crypto_tfm *tfm) ...@@ -105,7 +105,7 @@ static void crypto_exit_ops(struct crypto_tfm *tfm)
crypto_exit_digest_ops(tfm); crypto_exit_digest_ops(tfm);
break; break;
case CRYPTO_ALG_TYPE_COMP: case CRYPTO_ALG_TYPE_COMPRESS:
crypto_exit_compress_ops(tfm); crypto_exit_compress_ops(tfm);
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment