comparison 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
comparison
equal deleted inserted replaced
39:0883c0906870 40:b4874d772210
51 51
52 unsigned char* ident; 52 unsigned char* ident;
53 unsigned int len; 53 unsigned int len;
54 54
55 TRACE(("enter buf_get_pub_key")); 55 TRACE(("enter buf_get_pub_key"));
56 printhex(buf_getptr(buf, 0x99), 0x99);
57 56
58 ident = buf_getstring(buf, &len); 57 ident = buf_getstring(buf, &len);
59 58
60 59
61 #ifdef DROPBEAR_DSS 60 #ifdef DROPBEAR_DSS