Skip to content
Commit f13ba2f7 authored by Herbert Xu's avatar Herbert Xu
Browse files

[CRYPTO] skcipher: Fix section mismatches



The previous patch to move chainiv and eseqiv into blkcipher created
a section mismatch for the chainiv exit function which was also called
from __init.  This patch removes the __exit marking on it.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 2f40a178
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment