git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7fc059
)
[CRYPTO] api: Removed const from cra_name/cra_driver_name
author
Herbert Xu
<herbert@gondor.apana.org.au>
Sat, 20 May 2006 22:45:26 +0000
(08:45 +1000)
committer
Herbert 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