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

Diff for /src/usr.bin/ssh/ssh-rsa.c between version 1.52 and 1.53

version 1.52, 2014/06/24 01:13:21 version 1.53, 2015/06/15 01:32:50
Line 108 
Line 108 
         }          }
         if (b != NULL)          if (b != NULL)
                 sshbuf_free(b);                  sshbuf_free(b);
         return 0;          return ret;
 }  }
   
 int  int

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53