[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.2 and 1.3

version 1.2, 2013/01/18 00:24:58 version 1.3, 2013/01/18 03:00:32
Line 593 
Line 593 
                 /* Perform section-specific processing */                  /* Perform section-specific processing */
                 switch (state) {                  switch (state) {
                 case KRL_SECTION_CERT_SERIAL_LIST:                  case KRL_SECTION_CERT_SERIAL_LIST:
                         for (i = rs->lo; i < contig; i++)                          for (i = 0; i < contig; i++)
                                 buffer_put_int64(&sect, rs->lo + i);                                  buffer_put_int64(&sect, rs->lo + i);
                         break;                          break;
                 case KRL_SECTION_CERT_SERIAL_RANGE:                  case KRL_SECTION_CERT_SERIAL_RANGE:

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3