From: David Howells Date: Fri, 30 Aug 2013 15:15:18 +0000 (+0100) Subject: KEYS: Move the algorithm pointer array from x509 to public_key.c X-Git-Tag: v3.13-rc1~18^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=206ce59a109f3b4bb352845bcd04f3cf504ae592;p=pandora-kernel.git KEYS: Move the algorithm pointer array from x509 to public_key.c Move the public-key algorithm pointer array from x509_public_key.c to public_key.c as it isn't X.509 specific. Note that to make this configure correctly, the public key part must be dependent on the RSA module rather than the other way round. This needs a further patch to make use of the crypto module loading stuff rather than using a fixed table. Signed-off-by: David Howells Reviewed-by: Kees Cook Reviewed-by: Josh Boyer --- Reading git-diff-tree failed