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

Diff for /src/usr.bin/ssh/packet.h between version 1.83 and 1.84

version 1.83, 2017/10/25 00:17:08 version 1.84, 2017/12/10 05:55:29
Line 188 
Line 188 
 int     sshpkt_get_ec(struct ssh *ssh, EC_POINT *v, const EC_GROUP *g);  int     sshpkt_get_ec(struct ssh *ssh, EC_POINT *v, const EC_GROUP *g);
 int     sshpkt_get_bignum2(struct ssh *ssh, BIGNUM *v);  int     sshpkt_get_bignum2(struct ssh *ssh, BIGNUM *v);
 int     sshpkt_get_end(struct ssh *ssh);  int     sshpkt_get_end(struct ssh *ssh);
   void    sshpkt_fmt_connection_id(struct ssh *ssh, char *s, size_t l);
 const u_char    *sshpkt_ptr(struct ssh *, size_t *lenp);  const u_char    *sshpkt_ptr(struct ssh *, size_t *lenp);
   
 /* OLD API */  /* OLD API */

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84