From: Ben Hutchings Date: Sun, 6 Mar 2016 19:52:46 +0000 (+0000) Subject: crypto: {blk,giv}cipher: Set has_setkey X-Git-Tag: v3.2.79~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16b059733afec75695550c0cfa3b116f79c54720;p=pandora-kernel.git crypto: {blk,giv}cipher: Set has_setkey Commit a1383cd86a06 ("crypto: skcipher - Add crypto_skcipher_has_setkey") was incorrectly backported to the 3.2.y and 3.16.y stable branches. We need to set ablkcipher_tfm::has_setkey in the crypto_init_blkcipher_ops_async() and crypto_init_givcipher_ops() functions as well as crypto_init_ablkcipher_ops(). Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed