|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 07/17] crypto: Use the correct const type for driver |
Date: | Thu, 13 Aug 2020 10:02:03 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 |
On 8/13/20 5:25 AM, Richard Henderson wrote: > This allows the in memory structures to be read-only. > > Signed-off-by: Richard Henderson <richard.henderson@linaro.org> > --- > crypto/cipherpriv.h | 2 +- > include/crypto/cipher.h | 2 +- > crypto/cipher-afalg.c | 2 +- > crypto/cipher-builtin.inc.c | 2 +- > crypto/cipher-gcrypt.inc.c | 2 +- > crypto/cipher-nettle.inc.c | 2 +- > crypto/cipher.c | 12 ++++++------ > 7 files changed, 12 insertions(+), 12 deletions(-) Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
[Prev in Thread] | Current Thread | [Next in Thread] |