mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 18:04:25 +09:00
server: Fix a build warning.
Thanks to Tom Judge.
This commit is contained in:
@@ -156,7 +156,7 @@ SSH_PACKET_CALLBACK(ssh_packet_kexdh_init){
|
|||||||
|
|
||||||
static int dh_handshake_server(ssh_session session) {
|
static int dh_handshake_server(ssh_session session) {
|
||||||
ssh_key pubkey;
|
ssh_key pubkey;
|
||||||
ssh_key privkey;
|
ssh_key privkey = NULL;
|
||||||
ssh_string pubkey_blob;
|
ssh_string pubkey_blob;
|
||||||
ssh_string sig_blob;
|
ssh_string sig_blob;
|
||||||
ssh_string f;
|
ssh_string f;
|
||||||
|
|||||||
Reference in New Issue
Block a user