[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.15 and 1.16

version 1.15, 2002/06/23 03:30:17 version 1.16, 2002/07/04 04:15:33
Line 85 
Line 85 
                         *lenp = SIGBLOB_LEN;                          *lenp = SIGBLOB_LEN;
                 if (sigp != NULL)                  if (sigp != NULL)
                         *sigp = ret;                          *sigp = ret;
                   else
                           xfree(ret);
         } else {          } else {
                 /* ietf-drafts */                  /* ietf-drafts */
                 buffer_init(&b);                  buffer_init(&b);
Line 98 
Line 100 
                         *lenp = len;                          *lenp = len;
                 if (sigp != NULL)                  if (sigp != NULL)
                         *sigp = ret;                          *sigp = ret;
                   else
                           xfree(ret);
         }          }
         return 0;          return 0;
 }  }

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16