Call for testing: OpenSSH 6.7
Damien Miller
djm at mindrot.org
Tue Aug 19 16:14:13 EST 2014
On Mon, 18 Aug 2014, Hisashi T Fujinaka wrote:
> Next one:
...
> 'sshbuf_put_bignum2' [-Wimplicit-function-declaration]
> if ((ret = sshbuf_put_bignum2(bb, sig->r)) != 0 ||
> ^
> ssh-ecdsa.c: In function 'ssh_ecdsa_verify':
> ssh-ecdsa.c:155:2: warning: implicit declaration of function
> 'sshbuf_get_bignum2' [-Wimplicit-function-declaration]
> if (sshbuf_get_bignum2(sigbuf, sig->r) != 0 ||
That's strange - does your config.h have "#define WITH_OPENSSL 1" in it?
-d
More information about the openssh-unix-dev
mailing list