[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.4 and 1.5

version 1.4, 2013/01/19 12:34:55 version 1.5, 2013/01/24 21:45:37
Line 1029 
Line 1029 
                 case KRL_SECTION_SIGNATURE:                  case KRL_SECTION_SIGNATURE:
                         /* Handled above, but still need to stay in synch */                          /* Handled above, but still need to stay in synch */
                         buffer_clear(&sect);                          buffer_clear(&sect);
                         if ((blob = buffer_get_string_ptr_ret(&sect,                          if ((blob = buffer_get_string_ptr_ret(&copy,
                             &blen)) == NULL) {                              &blen)) == NULL) {
                                 error("%s: buffer error", __func__);                                  error("%s: buffer error", __func__);
                                 goto out;                                  goto out;

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