summaryrefslogtreecommitdiff
path: root/crypto/dh.c
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2017-06-14 16:12:40 +0200
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2017-06-14 16:12:40 +0200
commitb1d622fc5293ae805065a0fe3bf74cc2cc1bc5f4 (patch)
tree6b984a37fa4e4acdb9512719c7de1e84610a6242 /crypto/dh.c
parent4c6427919ee920d5963cf826de76292286342aa0 (diff)
parent0930c08c6bc50a3a62ee3c90fad305840affbaf2 (diff)
downloadlinux-crypto-b1d622fc5293ae805065a0fe3bf74cc2cc1bc5f4.tar.gz
linux-crypto-b1d622fc5293ae805065a0fe3bf74cc2cc1bc5f4.zip
Merge tag 'v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-next
Linux 4.12-rc5
Diffstat (limited to 'crypto/dh.c')
-rw-r--r--crypto/dh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/dh.c b/crypto/dh.c
index ddcb528a..87e3542c 100644
--- a/crypto/dh.c
+++ b/crypto/dh.c
@@ -79,7 +79,8 @@ static int dh_set_params(struct dh_ctx *ctx, struct dh *params)
return 0;
}
-static int dh_set_secret(struct crypto_kpp *tfm, void *buf, unsigned int len)
+static int dh_set_secret(struct crypto_kpp *tfm, const void *buf,
+ unsigned int len)
{
struct dh_ctx *ctx = dh_get_ctx(tfm);
struct dh params;