git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f72371
)
crypto: api - Change crypto_unregister_instance argument type
author
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 2 Apr 2015 14:39:40 +0000
(22:39 +0800)
committer
Herbert 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