[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.89 and 1.90

version 1.89, 2019/01/21 09:54:11 version 1.90, 2019/01/21 10:35:09
Line 185 
Line 185 
 int     sshpkt_get_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp);  int     sshpkt_get_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp);
 int     sshpkt_peek_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp);  int     sshpkt_peek_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp);
 int     sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp);  int     sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp);
   int     sshpkt_getb_froms(struct ssh *ssh, struct sshbuf **valp);
 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 **valp);  int     sshpkt_get_bignum2(struct ssh *ssh, BIGNUM **valp);
 int     sshpkt_get_end(struct ssh *ssh);  int     sshpkt_get_end(struct ssh *ssh);

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90