crypto: api - Change crypto_unregister_instance argument type
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 2 Apr 2015 14:39:40 +0000 (22:39 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 3 Apr 2015 09:53:32 +0000 (17:53 +0800)
This patch makes crypto_unregister_instance take a crypto_instance
instead of a crypto_alg.  This allows us to remove a duplicate
CRYPTO_ALG_INSTANCE check in crypto_unregister_instance.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found