Re: [PATCH 7/8] crypto: ecdh - constify key

2017-08-28 Thread Tudor Ambarus
On 04/19/2017 02:07 AM, Stephan Müller wrote: Signed-off-by: Stephan Mueller --- include/crypto/ecdh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/crypto/ecdh.h b/include/crypto/ecdh.h index 03a64f6..b5bb149 100644 --- a/include/crypto/ecdh.h +++ b/include/cr

[PATCH 7/8] crypto: ecdh - constify key

2017-04-18 Thread Stephan Müller
Signed-off-by: Stephan Mueller --- include/crypto/ecdh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/crypto/ecdh.h b/include/crypto/ecdh.h index 03a64f6..b5bb149 100644 --- a/include/crypto/ecdh.h +++ b/include/crypto/ecdh.h @@ -40,7 +40,7 @@ */ struct ecdh {