Re: [PATCH 10/17] crypto: Constify cipher data tables

2020-08-17 Thread Daniel P . Berrangé
On Wed, Aug 12, 2020 at 08:25:30PM -0700, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > crypto/cipher.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Daniel P. Berrangé Regards, Daniel -- |: https://berrange.com -o-https://www.flick

Re: [PATCH 10/17] crypto: Constify cipher data tables

2020-08-13 Thread Philippe Mathieu-Daudé
On 8/13/20 5:25 AM, Richard Henderson wrote: > Signed-off-by: Richard Henderson > --- > crypto/cipher.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 10/17] crypto: Constify cipher data tables

2020-08-12 Thread Richard Henderson
Signed-off-by: Richard Henderson --- crypto/cipher.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/cipher.c b/crypto/cipher.c index 6e25f68f5c..2fe12a4fdc 100644 --- a/crypto/cipher.c +++ b/crypto/cipher.c @@ -25,7 +25,7 @@ #include "cipherpriv.h" -static s