]> git.neil.brown.name Git - history.git/commitdiff
[CRYPTO]: Kill stray CRYPTO_ALG_TYPE_COMP.
authorDavid S. Miller <davem@nuts.ninka.net>
Mon, 18 Nov 2002 16:32:37 +0000 (08:32 -0800)
committerJeff Garzik <jgarzik@redhat.com>
Mon, 18 Nov 2002 16:32:37 +0000 (08:32 -0800)
crypto/api.c

index 0649c6ebb78136410a18e98e4b0d4f52b0656760..1a1b10676eef8bdc37da88201518b2010da5cf2b 100644 (file)
@@ -105,7 +105,7 @@ static void crypto_exit_ops(struct crypto_tfm *tfm)
                crypto_exit_digest_ops(tfm);
                break;
                
-       case CRYPTO_ALG_TYPE_COMP:
+       case CRYPTO_ALG_TYPE_COMPRESS:
                crypto_exit_compress_ops(tfm);
                break;