[CRYPTO] api: Removed const from cra_name/cra_driver_name
authorHerbert Xu <herbert@gondor.apana.org.au>
Sat, 20 May 2006 22:45:26 +0000 (08:45 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 26 Jun 2006 07:34:40 +0000 (17:34 +1000)
We do need to change these names now and even more so in future with
instantiated algorithms.  So let's stop lying to the compiler and get
rid of the const modifiers.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found