From: Herbert Xu Date: Mon, 4 Aug 2008 03:44:59 +0000 (+0800) Subject: crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookup X-Git-Tag: v2.6.28-rc1~726^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c51b6c8102a82239163c8c04e404c7cc2857b4be;p=pandora-kernel.git crypto: api - Export crypto_alg_lookup instead of __crypto_alg_lookup Since the only user of __crypto_alg_lookup is doing exactly what crypto_alg_lookup does, we can now the latter in lieu of the former. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed