diff signkey.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 e2a1eaa19f22
children 45edf30ea0a6
line wrap: on
line diff
--- a/signkey.c	Fri Jul 30 12:29:53 2004 +0000
+++ b/signkey.c	Sun Aug 01 08:54:01 2004 +0000
@@ -53,7 +53,6 @@
 	unsigned int len;
 
 	TRACE(("enter buf_get_pub_key"));
-	printhex(buf_getptr(buf, 0x99), 0x99);
 
 	ident = buf_getstring(buf, &len);