[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.84 and 1.85

version 1.84, 2010/03/03 01:44:36 version 1.85, 2010/03/04 01:44:57
Line 1065 
Line 1065 
         buffer_append(&tmp, constraints, clen);          buffer_append(&tmp, constraints, clen);
         /* validate structure */          /* validate structure */
         while (buffer_len(&tmp) != 0) {          while (buffer_len(&tmp) != 0) {
                 if (buffer_get_string_ptr(&tmp, NULL) == NULL ||                  if (buffer_get_string_ptr_ret(&tmp, NULL) == NULL ||
                     buffer_get_string_ptr(&tmp, NULL) == NULL) {                      buffer_get_string_ptr_ret(&tmp, NULL) == NULL) {
                         error("%s: Constraints data invalid", __func__);                          error("%s: Constraints data invalid", __func__);
                         goto out;                          goto out;
                 }                  }

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85