[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.28 and 1.29

version 1.28, 2001/06/25 08:25:37 version 1.29, 2001/06/26 20:14:10
Line 54 
Line 54 
         DSA *dsa;          DSA *dsa;
         k = xmalloc(sizeof(*k));          k = xmalloc(sizeof(*k));
         k->type = type;          k->type = type;
           k->flags = 0;
         k->dsa = NULL;          k->dsa = NULL;
         k->rsa = NULL;          k->rsa = NULL;
         switch (k->type) {          switch (k->type) {

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29