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

Diff for /src/usr.bin/ssh/OVERVIEW between version 1.12 and 1.13

version 1.12, 2015/07/08 19:01:15 version 1.13, 2018/07/10 06:45:29
Line 23 
Line 23 
   
     - These provide an arbitrary size buffer, where data can be appended.      - These provide an arbitrary size buffer, where data can be appended.
       Data can be consumed from either end.  The code is used heavily        Data can be consumed from either end.  The code is used heavily
       throughout ssh.  The basic buffer manipulation functions are in        throughout ssh.  The buffer manipulation functions are in
       buffer.c (header buffer.h), and additional code to manipulate specific        sshbuf*.c (header sshbuf.h).
       data types is in bufaux.c.  
   
   Compression Library    Compression Library
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13