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

Diff for /src/usr.bin/ssh/krl.c between version 1.8 and 1.9

version 1.8, 2013/01/25 10:22:19 version 1.9, 2013/01/27 10:06:12
Line 979 
Line 979 
                         }                          }
                 }                  }
                 /* Record keys used to sign the KRL */                  /* Record keys used to sign the KRL */
                 xrealloc(ca_used, nca_used + 1, sizeof(*ca_used));                  ca_used = xrealloc(ca_used, nca_used + 1, sizeof(*ca_used));
                 ca_used[nca_used++] = key;                  ca_used[nca_used++] = key;
                 key = NULL;                  key = NULL;
                 break;                  break;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9