commit | 6e8d8ecf438792ecf7a3207488fb4eebc4edb040 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jan 11 21:29:41 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jan 18 18:16:12 2016 +0800 |
tree | 72297045c5f6fea771f9e68781a4d816d539d732 | |
parent | a1383cd86a062fc798899ab20f0ec2116cce39cb [diff] |
crypto: algif_skcipher - Add key check exception for cipher_null This patch adds an exception to the key check so that cipher_null users may continue to use algif_skcipher without setting a key. Cc: stable@vger.kernel.org Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>