aboutsummaryrefslogtreecommitdiff
path: root/libssh/kex.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2008-06-17 01:06:53 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2008-06-17 01:06:53 +0000
commitff515b55282a62cb7c39d7c72d48fa8e1d2b11e4 (patch)
tree68217f3e805c54cd9d4c8c6f6922e61b40f32346 /libssh/kex.c
parent507ea1e90f7561c0c3c835d004bacb1b66ee3eeb (diff)
downloadlibssh-ff515b55282a62cb7c39d7c72d48fa8e1d2b11e4.tar.gz
libssh-ff515b55282a62cb7c39d7c72d48fa8e1d2b11e4.tar.xz
libssh-ff515b55282a62cb7c39d7c72d48fa8e1d2b11e4.zip
gcrypt + SSH1 bug resolved
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@174 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'libssh/kex.c')
-rw-r--r--libssh/kex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libssh/kex.c b/libssh/kex.c
index f63dbf26..9838a7c5 100644
--- a/libssh/kex.c
+++ b/libssh/kex.c
@@ -497,6 +497,7 @@ int ssh_get_kex1(SSH_SESSION *session){
}
session->current_crypto=session->next_crypto;
session->next_crypto=NULL;
+ ssh_log(session,SSH_LOG_PROTOCOL,"Waiting for a SSH_SMSG_SUCCESS");
if(packet_wait(session,SSH_SMSG_SUCCESS,1)){
char buffer[1024];
snprintf(buffer,sizeof(buffer),"Key exchange failed : %s",ssh_get_error(session));