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

Diff for /src/usr.bin/ssh/sshkey.c between version 1.76 and 1.77

version 1.76, 2019/06/21 04:21:05 version 1.77, 2019/06/23 12:21:46
Line 4235 
Line 4235 
  * maxsign times.   * maxsign times.
  */   */
 int  int
 sshkey_private_serialize_maxsign(const struct sshkey *k, struct sshbuf *b,  sshkey_private_serialize_maxsign(struct sshkey *k, struct sshbuf *b,
     u_int32_t maxsign, sshkey_printfn *pr)      u_int32_t maxsign, sshkey_printfn *pr)
 {  {
         int r, rupdate;          int r, rupdate;

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77