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

Diff for /src/usr.bin/ssh/packet.c between version 1.280 and 1.281

version 1.280, 2019/01/19 21:33:14 version 1.281, 2019/01/21 09:54:11
Line 2523 
Line 2523 
         return sshbuf_get_ec(ssh->state->incoming_packet, v, g);          return sshbuf_get_ec(ssh->state->incoming_packet, v, g);
 }  }
   
   
 int  int
 sshpkt_get_bignum2(struct ssh *ssh, BIGNUM *v)  sshpkt_get_bignum2(struct ssh *ssh, BIGNUM **valp)
 {  {
         return sshbuf_get_bignum2(ssh->state->incoming_packet, v);          return sshbuf_get_bignum2(ssh->state->incoming_packet, valp);
 }  }
 #endif /* WITH_OPENSSL */  #endif /* WITH_OPENSSL */
   

Legend:
Removed from v.1.280  
changed lines
  Added in v.1.281