summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-02-05 15:15:27 +0000
committerKevin Steves <stevesk@pobox.com>2001-02-05 15:15:27 +0000
commite27a5e05b3638737e8c50c24c8e955d38e31e02e (patch)
tree8356369cfabde1a3cea50052a4136392499a04a3
parent12057500cc6b2efedca40812cd5541a84e137270 (diff)
- markus@cvs.openbsd.org 2001/01/31 13:48:09
[sshconnect2.c] unused
-rw-r--r--ChangeLog3
-rw-r--r--sshconnect2.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8214917d9..2f8af28c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -51,6 +51,9 @@
51 [channels.c] 51 [channels.c]
52 ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE messages; 52 ssh.com-2.0.1x does not send additional info in CHANNEL_OPEN_FAILURE messages;
53 bug report from edmundo@rano.org 53 bug report from edmundo@rano.org
54 - markus@cvs.openbsd.org 2001/01/31 13:48:09
55 [sshconnect2.c]
56 unused
54 57
5520010104 5820010104
56 - (bal) I think this is the last of the bsd-*.h that don't belong. 59 - (bal) I think this is the last of the bsd-*.h that don't belong.
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 }