/[rdesktop]/sourceforge.net/trunk/rdesktop/rdp5.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/rdp5.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 422 by forsberg, Fri Jun 6 10:48:38 2003 UTC revision 423 by matthewc, Tue Jun 17 08:44:32 2003 UTC
# Line 24  Line 24 
24  extern uint8 *next_packet;  extern uint8 *next_packet;
25    
26  void  void
27  rdp5_process(STREAM s, BOOL encryption, BOOL shortform)  rdp5_process(STREAM s, BOOL encryption)
28  {  {
29          uint16 length, count;          uint16 length, count;
30          uint8 type;          uint8 type;
# Line 32  rdp5_process(STREAM s, BOOL encryption, Line 32  rdp5_process(STREAM s, BOOL encryption,
32    
33          if (encryption)          if (encryption)
34          {          {
35                  in_uint8s(s, shortform ? 6 : 7 /* XXX HACK */ );        /* signature */                  in_uint8s(s, 8);        /* signature */
36                  sec_decrypt(s->p, s->end - s->p);                  sec_decrypt(s->p, s->end - s->p);
37          }          }
38    

Legend:
Removed from v.422  
changed lines
  Added in v.423

  ViewVC Help
Powered by ViewVC 1.1.26