Extra Makefile hack for compatibility with OpenBSD 'make'.
[BearSSL] / src / ec / ecdsa_i31_vrfy_raw.c
index 8af9597..259477f 100644 (file)
@@ -144,7 +144,7 @@ br_ecdsa_i31_vrfy_raw(const br_ec_impl *impl,
         */
        ulen = cd->generator_len;
        memcpy(eU, pk->q, ulen);
         */
        ulen = cd->generator_len;
        memcpy(eU, pk->q, ulen);
-       res = impl->muladd(eU, cd->generator, ulen,
+       res = impl->muladd(eU, NULL, ulen,
                tx, nlen, ty, nlen, cd->curve);
 
        /*
                tx, nlen, ty, nlen, cd->curve);
 
        /*