提交 fdfb8c84 编写于 作者: E Emilia Kasper

curve25519: add missing const-qualifier

Reviewed-by: NKurt Roeckx <kurt@openssl.org>
上级 e9abfc3a
......@@ -1040,7 +1040,7 @@ static uint8_t equal(signed char b, signed char c) {
return y;
}
static void cmov(ge_precomp *t, ge_precomp *u, uint8_t b) {
static void cmov(ge_precomp *t, const ge_precomp *u, uint8_t b) {
fe_cmov(t->yplusx, u->yplusx, b);
fe_cmov(t->yminusx, u->yminusx, b);
fe_cmov(t->xy2d, u->xy2d, b);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册