Re: [PATCH] crypto: constify drbg_state_ops structures

2015-12-10 Thread Herbert Xu
On Mon, Dec 07, 2015 at 09:36:57PM +0100, Julia Lawall wrote: > The drbg_state_ops structures are never modified, so declare them as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/

[PATCH] crypto: constify drbg_state_ops structures

2015-12-07 Thread Julia Lawall
The drbg_state_ops structures are never modified, so declare them as const. Done with the help of Coccinelle. Signed-off-by: Julia Lawall --- crypto/drbg.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/drbg.c b/crypto/drbg.c index a7c2314..ab6ef1d 100644 -