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

Diff for /src/usr.bin/ssh/ssh_api.h between version 1.1 and 1.2

version 1.1, 2015/01/19 20:30:23 version 1.2, 2018/04/10 00:10:49
Line 80 
Line 80 
  * ssh_packet_next() sets typep if there is no new packet available.   * ssh_packet_next() sets typep if there is no new packet available.
  * in this case the caller must fill the input byte-stream by passing   * in this case the caller must fill the input byte-stream by passing
  * the data received over network to ssh_input_append().   * the data received over network to ssh_input_append().
  * additinally, the caller needs to send the resulting output   * additionally, the caller needs to send the resulting output
  * byte-stream back over the network. otherwise the key exchange   * byte-stream back over the network. otherwise the key exchange
  * would not proceed. the output byte-stream is accessed through   * would not proceed. the output byte-stream is accessed through
  * ssh_output_ptr().   * ssh_output_ptr().

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2