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

Diff for /src/usr.bin/ssh/packet.c between version 1.26 and 1.27

version 1.26, 2000/04/04 21:37:27 version 1.27, 2000/04/12 09:39:10
Line 35 
Line 35 
 #include "compat.h"  #include "compat.h"
 #include "ssh2.h"  #include "ssh2.h"
   
 #include <ssl/bn.h>  #include <openssl/bn.h>
 #include <ssl/dh.h>  #include <openssl/dh.h>
 #include <ssl/hmac.h>  #include <openssl/hmac.h>
 #include "buffer.h"  #include "buffer.h"
 #include "kex.h"  #include "kex.h"
 #include "hmac.h"  #include "hmac.h"

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27