From: Herbert Xu Date: Wed, 8 Jul 2015 23:17:17 +0000 (+0800) Subject: crypto: aead - Add type-safe function for freeing instances X-Git-Tag: omap-for-v4.3/fixes-merge-window~29^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba75e15fa0c4db489ed0d0a9745f904a7d5e19cc;p=pandora-kernel.git crypto: aead - Add type-safe function for freeing instances This patch adds a type-safe function for freeing AEAD instances to struct aead_instance. This replaces the existing free function in struct crypto_template which does not know the type of the instance that it's freeing. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed