[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libssh 0.4.2
[Thread Prev] | [Thread Next]
- Subject: Re: libssh 0.4.2
- From: Alexander Logvinov <avl@xxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 19 Mar 2010 22:22:10 +0800
- To: libssh@xxxxxxxxxx
- Cc: Andreas Schneider <mail@xxxxxxxxxxxx>
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
Re: libssh 0.4.2 | Andreas Schneider <mail@xxxxxxxxxxxx> |
libssh 0.4.2 | Andreas Schneider <mail@xxxxxxxxxxxx> |