diff cli-auth.c @ 40:b4874d772210

- Added terminal mode handling etc for the client, and window change - Refactored the terminal-mode handling for the server - Improved session closing for the client
author Matt Johnston <matt@ucc.asn.au>
date Sun, 01 Aug 2004 08:54:01 +0000
parents 0913e2ee3545
children 942b22d7dd1c
line wrap: on
line diff
--- a/cli-auth.c	Fri Jul 30 12:29:53 2004 +0000
+++ b/cli-auth.c	Sun Aug 01 08:54:01 2004 +0000
@@ -7,6 +7,8 @@
 #include "packet.h"
 #include "runopts.h"
 
+#undef DROPBEAR_PUBKEY_AUTH
+
 void cli_authinitialise() {
 
 	memset(&ses.authstate, 0, sizeof(ses.authstate));