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

Diff for /src/usr.bin/ssh/Attic/bufaux.c between version 1.43 and 1.44

version 1.43, 2006/07/22 20:48:22 version 1.44, 2006/08/03 03:34:41
Line 37 
Line 37 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include "includes.h"  #include <sys/types.h>
   
 #include <openssl/bn.h>  #include <openssl/bn.h>
   
 #include <string.h>  #include <string.h>
   #include <stdarg.h>
   
 #include "bufaux.h"  
 #include "xmalloc.h"  #include "xmalloc.h"
   #include "buffer.h"
 #include "log.h"  #include "log.h"
 #include "misc.h"  #include "misc.h"
   

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44