commit | d913ea0d6b6a48dd6eed8fc5e299b8b10e049186 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun May 21 08:45:26 2006 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jun 26 17:34:40 2006 +1000 |
tree | baa603652c2428baa923dd5eef5773489c624ecf | |
parent | c7fc05992afcf1d63d6d5fb6142c8d39094dbca9 [diff] |
[CRYPTO] api: Removed const from cra_name/cra_driver_name 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>