OSDN Git Service

crypto: seqiv - Fix module unload/reload crash
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 27 May 2015 06:37:40 +0000 (14:37 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 28 May 2015 03:23:19 +0000 (11:23 +0800)
commit056c04ba8bbad4c563c05306cc8a8c66e713f280
treee3740711265f227b25979c53b2d3d5651c679cd9
parentccdb8a038451e5f8d62c786591902f08308be524
crypto: seqiv - Fix module unload/reload crash

On module unload we weren't unregistering the seqniv template,
thus leading to a crash the next time someone walks the template
list.

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