On Sat, Nov 03, 2007 at 11:05:03AM +0100, Sebastian Siewior wrote:
>
>  static struct crypto_alg aes_alg = {
> -     .cra_name               =       "aes",
> -     .cra_driver_name        =       "aes-x86_64",
> +     .cra_name                       =       "aes",
> +     .cra_driver_name        =       "aes-asm",

This is bad because the algorithm name no longer matches the module
name.  I suppose we could rename the modules too, or perhaps just
add an alias?

Cheers,
-- 
Visit Openswan at http://www.openswan.org/
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
-
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to