summaryrefslogtreecommitdiff
path: root/sshconnect2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect2.c')
-rw-r--r--sshconnect2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sshconnect2.c b/sshconnect2.c
index 6bd524e0b..8614b0b5b 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: sshconnect2.c,v 1.39 2001/01/22 23:06:40 markus Exp $"); 26RCSID("$OpenBSD: sshconnect2.c,v 1.41 2001/02/04 15:32:26 stevesk Exp $");
27 27
28#include <openssl/bn.h> 28#include <openssl/bn.h>
29#include <openssl/md5.h> 29#include <openssl/md5.h>
@@ -529,7 +529,6 @@ ssh_userauth2(const char *server_user, char *host)
529 char *reply = packet_get_string(&plen); 529 char *reply = packet_get_string(&plen);
530 debug("service_accept: %s", reply); 530 debug("service_accept: %s", reply);
531 xfree(reply); 531 xfree(reply);
532 packet_done();
533 } else { 532 } else {
534 debug("buggy server: service_accept w/o service"); 533 debug("buggy server: service_accept w/o service");
535 } 534 }