[BACK]Return to cipher.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/cipher.h between version 1.4 and 1.5

version 1.4, 1999/09/28 04:45:36 version 1.5, 1999/09/30 08:34:24
Line 33 
Line 33 
 typedef struct {  typedef struct {
   unsigned int type;    unsigned int type;
   union {    union {
 #ifdef WITH_DES  
     struct {  
       des_key_schedule key;  
       des_cblock iv;  
     } des;  
 #endif /* WITH_DES */  
     struct {      struct {
       des_key_schedule key1;        des_key_schedule key1;
       des_key_schedule key2;        des_key_schedule key2;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5