mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-12 15:41:16 +03:00
dh-gex: Add server implementation
Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
40faa98c5e
commit
53c88375fe
@@ -226,6 +226,7 @@ SSH_PACKET_CALLBACK(ssh_packet_kexdh_init){
|
||||
|
||||
return SSH_PACKET_USED;
|
||||
}
|
||||
SSH_LOG(SSH_LOG_DEBUG, "Calling next KEXDH handler");
|
||||
return SSH_PACKET_NOT_USED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user