x509 test patch - can't compile
Damien Miller
djm at mindrot.org
Thu Feb 14 20:26:20 EST 2002
On Wed, 13 Feb 2002, Ed Phillips wrote:
> cc -g -I. -I. -I/opt/openssl-0.9.6c/include -I. -I/usr/local/include
> -DETCDIR=\"/opt/openssh-3.0.2p1-x509/etc\"
> -D_PATH_SSH_PROGRAM=\"/opt/openssh-3.0.2p1-x509/bin/ssh\"
> -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/openssh-3.0.2p1-x509/libexec/ssh-askpass\"
> -D_PATH_SFTP_SERVER=\"/opt/openssh-3.0.2p1-x509/libexec/sftp-server\"
> -D_PATH_SSH_PIDDIR=\"/var/run\" -DHAVE_CONFIG_H -c key.c
> "key.c", line 197: warning: argument #3 is incompatible with prototype:
> prototype: pointer to uint : "./key.h", line 75
> argument : pointer to int
> "key.c", line 499: warning: argument #3 is incompatible with prototype:
> prototype: pointer to uint : "./key.h", line 75
> argument : pointer to int
> "key.c", line 501: warning: argument #3 is incompatible with prototype:
> prototype: pointer to char : "./uuencode.h", line 29
> argument : pointer to uchar
> "key.c", line 679: warning: argument #2 is incompatible with prototype:
> prototype: pointer to const char : "./buffer.h", line 33
> argument : pointer to uchar
> "key.c", line 741: warning: improper pointer/integer combination: arg #2
> "key.c", line 741: prototype mismatch: 2 args passed, 3 expected
> "key.c", line 741: operand cannot have void type: op "="
> "key.c", line 741: assignment type mismatch:
> pointer to uchar "=" void
What is line 741?
-d
More information about the openssh-unix-dev
mailing list