Hello! On 16.03.2010 18:55 Andreas Schneider wrote: > we have released libssh 0.4.2 yesterday. > See http://www.libssh.org/2010/03/15/libssh-0-4-2/ I got a build warning:
[ 11%] Building C object libssh/CMakeFiles/ssh_shared.dir/buffer.c.o /home/incubus/Projects/bsd/ports/security/libssh/work/libssh-0.4.2/libssh/auth.c: In function 'ssh_userauth_autopubkey': /home/incubus/Projects/bsd/ports/security/libssh/work/libssh-0.4.2/libssh/auth.c:784: warning: 'privkey' may be used uninitialized in this function Is it ok? Should I change "ssh_private_key privkey" to "ssh_private_key privkey = NULL"? $ gcc -v Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] Thanks! -- Best regards, Alexander
