1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

server: Fix a build warning.

Thanks to Tom Judge.
This commit is contained in:
Andreas Schneider
2011-08-23 15:15:04 +02:00
parent 149be78ee0
commit e94b0f8c08

View File

@@ -156,7 +156,7 @@ SSH_PACKET_CALLBACK(ssh_packet_kexdh_init){
static int dh_handshake_server(ssh_session session) {
ssh_key pubkey;
ssh_key privkey;
ssh_key privkey = NULL;
ssh_string pubkey_blob;
ssh_string sig_blob;
ssh_string f;