From 56e34378bbbb7af21cf73d98a92c0411386e091c Mon Sep 17 00:00:00 2001 From: Herbert Xu Date: Sat, 23 May 2015 15:41:48 +0800 Subject: [PATCH] crypto: skcipher - Use tmpl->create Newer templates use tmpl->create and have a NULL tmpl->alloc. So we must use tmpl->create if it is set. Signed-off-by: Herbert Xu --- Reading git-format-patch failed