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

Diff for /src/usr.bin/ssh/Attic/key.c between version 1.42 and 1.43

version 1.42, 2002/03/18 17:23:31 version 1.43, 2002/03/19 10:49:35
Line 808 
Line 808 
 key_demote(Key *k)  key_demote(Key *k)
 {  {
         Key *pk;          Key *pk;
   
         pk = xmalloc(sizeof(*pk));          pk = xmalloc(sizeof(*pk));
         pk->type = k->type;          pk->type = k->type;
         pk->flags = k->flags;          pk->flags = k->flags;

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43