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

Diff for /src/usr.bin/ssh/ssh-dss.c between version 1.26 and 1.27

version 1.26, 2010/04/16 01:47:26 version 1.27, 2010/08/31 09:58:37
Line 130 
Line 130 
                 char *ktype;                  char *ktype;
                 buffer_init(&b);                  buffer_init(&b);
                 buffer_append(&b, signature, signaturelen);                  buffer_append(&b, signature, signaturelen);
                 ktype = buffer_get_string(&b, NULL);                  ktype = buffer_get_cstring(&b, NULL);
                 if (strcmp("ssh-dss", ktype) != 0) {                  if (strcmp("ssh-dss", ktype) != 0) {
                         error("ssh_dss_verify: cannot handle type %s", ktype);                          error("ssh_dss_verify: cannot handle type %s", ktype);
                         buffer_free(&b);                          buffer_free(&b);

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27