[CRYPTO] api: Allow replacement when registering new algorithms
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 21 May 2006 01:57:20 +0000 (11:57 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 26 Jun 2006 07:34:41 +0000 (17:34 +1000)
commit996e2523cc347cc98237d2da3454aedc779fdcba
tree8f58774666bfe6c166fc051bede26d779b827e4f
parentd913ea0d6b6a48dd6eed8fc5e299b8b10e049186
[CRYPTO] api: Allow replacement when registering new algorithms

We already allow asynchronous removal of existing algorithm modules.  By
allowing the replacement of existing algorithms, we can replace algorithms
without having to wait for for all existing users to complete.

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